Searched refs:do_truncate (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/ |
D | open.c | 39 int do_truncate(struct mnt_idmap *idmap, struct dentry *dentry, in do_truncate() function 111 error = do_truncate(idmap, path->dentry, length, 0, NULL); in vfs_truncate() 181 error = do_truncate(file_mnt_idmap(file), dentry, length, in do_ftruncate()
|
D | namei.c | 3395 error = do_truncate(idmap, path->dentry, 0, in handle_truncate() 3735 bool do_truncate; in do_open() local 3760 do_truncate = false; in do_open() 3770 do_truncate = true; in do_open() 3777 if (!error && do_truncate) in do_open() 3783 if (do_truncate) in do_open()
|
D | coredump.c | 735 if (do_truncate(idmap, cprm.file->f_path.dentry, in do_coredump()
|
/linux-6.12.1/include/linux/ |
D | fs.h | 2713 int do_truncate(struct mnt_idmap *, struct dentry *, loff_t start,
|
/linux-6.12.1/Documentation/trace/ |
D | ftrace.rst | 3153 bash-1994 [000] .... 4342.324899: do_truncate <-do_last 3154 bash-1994 [000] .... 4342.324899: setattr_should_drop_suidgid <-do_truncate 3155 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
|