Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dopen.c36 int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, in do_truncate() function
116 error = do_truncate(path.dentry, length, 0, NULL); in do_sys_truncate()
171 error = do_truncate(dentry, length, ATTR_MTIME|ATTR_CTIME, file); in do_sys_ftruncate()
Dexec.c2256 if (do_truncate(cprm.file->f_path.dentry, 0, 0, cprm.file)) in do_coredump()
Dnamei.c2146 error = do_truncate(path->dentry, 0, in handle_truncate()
/linux-3.4.99/include/linux/
Dfs.h2017 extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs,