Searched refs:do_truncate (Results 1 – 7 of 7) sorted by relevance
/linux/fs/ |
A D | open.c | 38 int do_truncate(struct user_namespace *mnt_userns, struct dentry *dentry, in do_truncate() function 110 error = do_truncate(mnt_userns, path->dentry, length, 0, NULL); in vfs_truncate() 192 error = do_truncate(file_mnt_user_ns(f.file), dentry, length, in do_sys_ftruncate()
|
A D | namei.c | 3082 error = do_truncate(mnt_userns, path->dentry, 0, in handle_truncate() 3387 bool do_truncate; in do_open() local 3412 do_truncate = false; in do_open() 3422 do_truncate = true; in do_open() 3429 if (!error && do_truncate) in do_open() 3435 if (do_truncate) in do_open()
|
A D | coredump.c | 732 if (do_truncate(mnt_userns, cprm.file->f_path.dentry, in do_coredump()
|
/linux/Documentation/trace/ |
A D | ftrace.rst | 2930 bash-1994 [000] .... 4342.324899: do_truncate <-do_last 2931 bash-1994 [000] .... 4342.324899: should_remove_suid <-do_truncate 2932 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
|
/linux/include/linux/ |
A D | fs.h | 2728 int do_truncate(struct user_namespace *, struct dentry *, loff_t start,
|
/linux/ |
A D | System.map | 8396 ffff8000102430c0 T do_truncate
|
A D | .tmp_System.map | 8396 ffff8000102430c0 T do_truncate
|
Completed in 298 milliseconds