Searched refs:tloc (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/udf/ |
D | dir.c | 125 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()
|
D | namei.c | 811 struct kernel_lb_addr tloc; in udf_rmdir() local 822 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_rmdir() 823 if (udf_get_lb_pblock(dir->i_sb, &tloc, 0) != inode->i_ino) in udf_rmdir() 857 struct kernel_lb_addr tloc; in udf_unlink() local 869 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_unlink() 870 if (udf_get_lb_pblock(dir->i_sb, &tloc, 0) != inode->i_ino) in udf_unlink() 1095 struct kernel_lb_addr tloc; in udf_rename() local 1111 tloc = lelb_to_cpu(ocfi.icb.extLocation); in udf_rename() 1112 if (!ofi || udf_get_lb_pblock(old_dir->i_sb, &tloc, 0) in udf_rename() 1152 tloc = lelb_to_cpu(dir_fi->icb.extLocation); in udf_rename() [all …]
|
/Linux-v4.19/kernel/time/ |
D | time.c | 65 SYSCALL_DEFINE1(time, time_t __user *, tloc) in SYSCALL_DEFINE1() argument 69 if (tloc) { in SYSCALL_DEFINE1() 70 if (put_user(i,tloc)) in SYSCALL_DEFINE1() 108 COMPAT_SYSCALL_DEFINE1(time, compat_time_t __user *, tloc) in COMPAT_SYSCALL_DEFINE1() argument 114 if (tloc) { in COMPAT_SYSCALL_DEFINE1() 115 if (put_user(i,tloc)) in COMPAT_SYSCALL_DEFINE1()
|
/Linux-v4.19/include/linux/ |
D | compat.h | 945 asmlinkage long compat_sys_time(compat_time_t __user *tloc);
|
D | syscalls.h | 987 asmlinkage long sys_time(time_t __user *tloc);
|