Searched refs:do_truncate (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | open.c | 198 int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, in do_truncate() function 277 error = do_truncate(path.dentry, length, 0, NULL); in do_sys_truncate() 335 error = do_truncate(dentry, length, ATTR_MTIME|ATTR_CTIME, file); in do_sys_ftruncate()
|
D | exec.c | 1858 if (!ispipe && do_truncate(file->f_path.dentry, 0, 0, file) != 0) in do_coredump()
|
D | namei.c | 1549 error = do_truncate(dentry, 0, in may_open()
|