Searched refs:do_truncate (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/linux/
H A Dfs.h2648 int do_truncate(struct mnt_idmap *, struct dentry *, loff_t start,
/linux-master/fs/
H A Dnamei.c3308 error = do_truncate(idmap, path->dentry, 0,
3611 bool do_truncate; local
3636 do_truncate = false;
3646 do_truncate = true;
3653 if (!error && do_truncate)
3659 if (do_truncate)
H A Dcoredump.c746 if (do_truncate(idmap, cprm.file->f_path.dentry,
H A Dopen.c39 int do_truncate(struct mnt_idmap *idmap, struct dentry *dentry, function
111 error = do_truncate(idmap, path->dentry, length, 0, NULL);
181 error = do_truncate(file_mnt_idmap(file), dentry, length,

Completed in 314 milliseconds