Searched refs:tloc (Results 1 – 4 of 4) sorted by relevance
/linux/fs/udf/ |
A D | namei.c | 799 struct kernel_lb_addr tloc; in udf_rmdir() local 810 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_rmdir() 845 struct kernel_lb_addr tloc; in udf_unlink() local 857 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_unlink() 1087 struct kernel_lb_addr tloc; in udf_rename() local 1103 tloc = lelb_to_cpu(ocfi.icb.extLocation); in udf_rename() 1144 tloc = lelb_to_cpu(dir_fi->icb.extLocation); in udf_rename() 1145 if (udf_get_lb_pblock(old_inode->i_sb, &tloc, 0) != in udf_rename() 1222 struct kernel_lb_addr tloc; in udf_get_parent() local 1234 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_get_parent() [all …]
|
A D | dir.c | 141 struct kernel_lb_addr tloc; in udf_readdir() local 207 tloc = lelb_to_cpu(cfi.icb.extLocation); in udf_readdir() 208 iblock = udf_get_lb_pblock(sb, &tloc, 0); in udf_readdir()
|
/linux/kernel/time/ |
A D | time.c | 62 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/include/linux/ |
A D | syscalls.h | 1136 asmlinkage long sys_time(__kernel_old_time_t __user *tloc); 1137 asmlinkage long sys_time32(old_time32_t __user *tloc);
|
Completed in 10 milliseconds