Home
last modified time | relevance | path

Searched refs:do_truncate (Results 1 – 3 of 3) sorted by relevance

/fs/
Dopen.c198 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()
Dexec.c1858 if (!ispipe && do_truncate(file->f_path.dentry, 0, 0, file) != 0) in do_coredump()
Dnamei.c1549 error = do_truncate(dentry, 0, in may_open()