Searched refs:do_truncate (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ |
| H A D | namei.c | 4279 error = do_truncate(idmap, path->dentry, 0, in handle_truncate() 4632 bool do_truncate; in do_open() local 4657 do_truncate = false; in do_open() 4667 do_truncate = true; in do_open() 4674 if (!error && do_truncate) in do_open() 4680 if (do_truncate) in do_open()
|
| H A D | coredump.c | 965 if (do_truncate(idmap, file->f_path.dentry, 0, 0, file)) in coredump_file()
|
| /linux/include/linux/ |
| H A D | fs.h | 2454 int do_truncate(struct mnt_idmap *, struct dentry *, loff_t start,
|