Searched refs:do_truncate (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/ |
D | open.c | 36 int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, in do_truncate() function 116 error = do_truncate(path.dentry, length, 0, NULL); in do_sys_truncate() 171 error = do_truncate(dentry, length, ATTR_MTIME|ATTR_CTIME, file); in do_sys_ftruncate()
|
D | exec.c | 2256 if (do_truncate(cprm.file->f_path.dentry, 0, 0, cprm.file)) in do_coredump()
|
D | namei.c | 2146 error = do_truncate(path->dentry, 0, in handle_truncate()
|
/linux-3.4.99/include/linux/ |
D | fs.h | 2017 extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs,
|