Searched refs:tloc (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/udf/ |
H A D | dir.c | 79 struct kernel_lb_addr tloc; in udf_readdir() local 111 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_readdir() 112 iblock = udf_get_lb_pblock(sb, &tloc, 0); in udf_readdir()
|
H A D | namei.c | 505 struct kernel_lb_addr tloc; in udf_rmdir() local 512 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_rmdir() 513 if (udf_get_lb_pblock(dir->i_sb, &tloc, 0) != inode->i_ino) in udf_rmdir() 545 struct kernel_lb_addr tloc; in udf_unlink() local 552 tloc = lelb_to_cpu(iter.fi.icb.extLocation); in udf_unlink() 553 if (udf_get_lb_pblock(dir->i_sb, &tloc, 0) != inode->i_ino) in udf_unlink() 775 struct kernel_lb_addr tloc; in udf_rename() local 784 tloc = lelb_to_cpu(oiter.fi.icb.extLocation); in udf_rename() 785 if (udf_get_lb_pblock(old_dir->i_sb, &tloc, 0) != old_inode->i_ino) { in udf_rename() 820 tloc = lelb_to_cpu(diriter.fi.icb.extLocation); in udf_rename() [all …]
|
/openbmc/linux/kernel/time/ |
H 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()
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 1026 asmlinkage long sys_time(__kernel_old_time_t __user *tloc); 1027 asmlinkage long sys_time32(old_time32_t __user *tloc);
|