Searched refs:do_truncate (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ |
D | open.c | 37 int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, in do_truncate() function 107 error = do_truncate(path->dentry, length, 0, NULL); in vfs_truncate() 191 error = do_truncate(dentry, length, ATTR_MTIME|ATTR_CTIME, f.file); in do_sys_ftruncate()
|
D | coredump.c | 716 if (do_truncate(cprm.file->f_path.dentry, 0, 0, cprm.file)) in do_coredump()
|
D | namei.c | 2670 error = do_truncate(path->dentry, 0, in handle_truncate()
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 2292 bash-1994 [000] .... 4342.324899: do_truncate <-do_last 2293 bash-1994 [000] .... 4342.324899: should_remove_suid <-do_truncate 2294 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
|
/linux-4.1.27/include/linux/ |
D | fs.h | 2196 extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs,
|