Searched refs:newattrs (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dutimes.c51 struct iattr newattrs; local
83 newattrs.ia_valid = ATTR_CTIME | ATTR_MTIME | ATTR_ATIME;
90 newattrs.ia_valid &= ~ATTR_ATIME;
92 newattrs.ia_atime.tv_sec = times[0].tv_sec;
93 newattrs.ia_atime.tv_nsec = times[0].tv_nsec;
94 newattrs.ia_valid |= ATTR_ATIME_SET;
98 newattrs.ia_valid &= ~ATTR_MTIME;
100 newattrs.ia_mtime.tv_sec = times[1].tv_sec;
101 newattrs.ia_mtime.tv_nsec = times[1].tv_nsec;
102 newattrs
[all...]
H A Dopen.c200 struct iattr newattrs; local
206 newattrs.ia_size = length;
207 newattrs.ia_valid = ATTR_SIZE | time_attrs;
209 newattrs.ia_file = filp;
210 newattrs.ia_valid |= ATTR_FILE;
214 newattrs.ia_valid |= should_remove_suid(dentry);
217 err = notify_change(dentry, &newattrs);
500 struct iattr newattrs; local
520 newattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
521 newattrs
537 struct iattr newattrs; local
575 struct iattr newattrs; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dfile.c544 struct iattr newattrs; local
554 newattrs.ia_mode = (mode & S_IALLUGO) |
556 newattrs.ia_valid = ATTR_MODE | ATTR_CTIME;
557 res = notify_change(victim, &newattrs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dxattr.c445 struct iattr newattrs; local
478 newattrs.ia_size = buffer_size;
479 newattrs.ia_valid = ATTR_SIZE | ATTR_CTIME;
481 err = notify_change(fp->f_path.dentry, &newattrs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dnamei.c424 struct iattr newattrs; local
427 newattrs.ia_size = 0;
428 newattrs.ia_valid = ATTR_SIZE | ATTR_CTIME;
429 err = notify_change(dentry, &newattrs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap.c1905 struct iattr newattrs; local
1907 newattrs.ia_valid = ATTR_FORCE | kill;
1908 return notify_change(dentry, &newattrs);

Completed in 175 milliseconds