Searched refs:do_truncate (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/ |
| H A D | open.c | 39 int do_truncate(struct mnt_idmap *idmap, struct dentry *dentry, in do_truncate() function 115 error = do_truncate(idmap, path->dentry, length, 0, NULL); in vfs_truncate() 192 error = do_truncate(file_mnt_idmap(file), dentry, length, in do_ftruncate()
|
| H A D | namei.c | 3501 error = do_truncate(idmap, path->dentry, 0, in handle_truncate() 3841 bool do_truncate; in do_open() local 3866 do_truncate = false; in do_open() 3876 do_truncate = true; in do_open() 3883 if (!error && do_truncate) in do_open() 3889 if (do_truncate) in do_open()
|
| H A D | coredump.c | 736 if (do_truncate(idmap, cprm.file->f_path.dentry, in do_coredump()
|
| /linux-6.15/Documentation/trace/ |
| H A D | ftrace.rst | 3160 bash-1994 [000] .... 4342.324899: do_truncate <-do_last 3161 bash-1994 [000] .... 4342.324899: setattr_should_drop_suidgid <-do_truncate 3162 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2794 int do_truncate(struct mnt_idmap *, struct dentry *, loff_t start,
|