Home
last modified time | relevance | path

Searched refs:tloc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/udf/
Ddir.c125 struct kernel_lb_addr tloc; in udf_readdir() local
183 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_readdir()
184 iblock = udf_get_lb_pblock(sb, &tloc, 0); in udf_readdir()
Dnamei.c795 struct kernel_lb_addr tloc; in udf_rmdir() local
806 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_rmdir()
807 if (udf_get_lb_pblock(dir->i_sb, &tloc, 0) != inode->i_ino) in udf_rmdir()
841 struct kernel_lb_addr tloc; in udf_unlink() local
853 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_unlink()
854 if (udf_get_lb_pblock(dir->i_sb, &tloc, 0) != inode->i_ino) in udf_unlink()
1079 struct kernel_lb_addr tloc; in udf_rename() local
1095 tloc = lelb_to_cpu(ocfi.icb.extLocation); in udf_rename()
1096 if (!ofi || udf_get_lb_pblock(old_dir->i_sb, &tloc, 0) in udf_rename()
1136 tloc = lelb_to_cpu(dir_fi->icb.extLocation); in udf_rename()
[all …]
/Linux-v5.10/kernel/time/
Dtime.c62 SYSCALL_DEFINE1(time, __kernel_old_time_t __user *, tloc) in SYSCALL_DEFINE1() argument
66 if (tloc) { in SYSCALL_DEFINE1()
67 if (put_user(i,tloc)) in SYSCALL_DEFINE1()
105 SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc) in SYSCALL_DEFINE1() argument
111 if (tloc) { in SYSCALL_DEFINE1()
112 if (put_user(i,tloc)) in SYSCALL_DEFINE1()
/Linux-v5.10/include/linux/
Dsyscalls.h1087 asmlinkage long sys_time(__kernel_old_time_t __user *tloc);
1088 asmlinkage long sys_time32(old_time32_t __user *tloc);