Home
last modified time | relevance | path

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

/fs/
Dopen.c39 unsigned int time_attrs, struct file *filp) in do_truncate2() argument
49 newattrs.ia_valid = ATTR_SIZE | time_attrs; in do_truncate2()
68 int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, in do_truncate() argument
71 return do_truncate2(NULL, dentry, length, time_attrs, filp); in do_truncate()