Home
last modified time | relevance | path

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

/fs/
Dopen.c38 int do_truncate2(struct vfsmount *mnt, struct dentry *dentry, loff_t length, in do_truncate2() function
71 return do_truncate2(NULL, dentry, length, time_attrs, filp); in do_truncate()
117 error = do_truncate2(mnt, path->dentry, length, 0, NULL); in vfs_truncate()
204 error = do_truncate2(mnt, dentry, length, ATTR_MTIME|ATTR_CTIME, f.file); in do_sys_ftruncate()
Dcoredump.c778 if (do_truncate2(cprm.file->f_path.mnt, cprm.file->f_path.dentry, 0, 0, cprm.file)) in do_coredump()
Dnamei.c3116 error = do_truncate2(path->mnt, path->dentry, 0, in handle_truncate()