Searched refs:do_truncate (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/fs/ |
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()
|
D | namei.c | 3084 error = do_truncate(mnt_userns, path->dentry, 0, in handle_truncate() 3389 bool do_truncate; in do_open() local 3414 do_truncate = false; in do_open() 3424 do_truncate = true; in do_open() 3431 if (!error && do_truncate) in do_open() 3437 if (do_truncate) in do_open()
|
D | coredump.c | 798 if (do_truncate(mnt_userns, cprm.file->f_path.dentry, in do_coredump()
|
/Linux-v5.15/include/linux/ |
D | fs.h | 2728 int do_truncate(struct user_namespace *, struct dentry *, loff_t start,
|
/Linux-v5.15/Documentation/trace/ |
D | ftrace.rst | 2931 bash-1994 [000] .... 4342.324899: do_truncate <-do_last 2932 bash-1994 [000] .... 4342.324899: should_remove_suid <-do_truncate 2933 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
|