Searched refs:do_truncate (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ |
H A D | open.c | 40 int do_truncate(struct mnt_idmap *idmap, struct dentry *dentry, in do_truncate() function 112 error = do_truncate(idmap, path->dentry, length, 0, NULL); in vfs_truncate() 194 error = do_truncate(file_mnt_idmap(f.file), dentry, length, in do_sys_ftruncate()
|
H A D | namei.c | 3291 error = do_truncate(idmap, path->dentry, 0, in handle_truncate() 3593 bool do_truncate; in do_open() local 3618 do_truncate = false; in do_open() 3628 do_truncate = true; in do_open() 3635 if (!error && do_truncate) in do_open() 3641 if (do_truncate) in do_open()
|
H A D | coredump.c | 741 if (do_truncate(idmap, cprm.file->f_path.dentry, in do_coredump()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2498 int do_truncate(struct mnt_idmap *, struct dentry *, loff_t start,
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 3105 bash-1994 [000] .... 4342.324899: do_truncate <-do_last 3106 bash-1994 [000] .... 4342.324899: setattr_should_drop_suidgid <-do_truncate 3107 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
|