Searched refs:do_truncate (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/
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,
H A Dnamei.c3300 error = do_truncate(idmap, path->dentry, 0,
3603 bool do_truncate; local
3628 do_truncate = false;
3638 do_truncate = true;
3645 if (!error && do_truncate)
3651 if (do_truncate)
H A Dcoredump.c741 if (do_truncate(idmap, cprm.file->f_path.dentry,
/linux-master/include/linux/
H A Dfs.h2637 int do_truncate(struct mnt_idmap *, struct dentry *, loff_t start,

Completed in 121 milliseconds