Searched refs:do_truncate (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ |
H A D | namei.c | 3508 error = do_truncate(idmap, path->dentry, 0, in handle_truncate() 3848 bool do_truncate; in do_open() local 3873 do_truncate = false; in do_open() 3883 do_truncate = true; in do_open() 3890 if (!error && do_truncate) in do_open() 3896 if (do_truncate) in do_open()
|
H A D | coredump.c | 964 if (do_truncate(idmap, file->f_path.dentry, 0, 0, file)) in coredump_file()
|
/linux/include/linux/ |
H A D | fs.h | 2861 int do_truncate(struct mnt_idmap *, struct dentry *, loff_t start,
|
/linux/Documentation/trace/ |
H A D | ftrace.rst | 3173 bash-1994 [000] .... 4342.324899: do_truncate <-do_last 3174 bash-1994 [000] .... 4342.324899: setattr_should_drop_suidgid <-do_truncate 3175 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
|