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

/drivers/base/
H A Ddevtmpfs.c212 struct iattr newattrs; local
214 newattrs.ia_mode = mode;
215 newattrs.ia_uid = uid;
216 newattrs.ia_gid = gid;
217 newattrs.ia_valid = ATTR_MODE|ATTR_UID|ATTR_GID;
219 notify_change(dentry, &newattrs, NULL);
314 struct iattr newattrs; local
319 newattrs.ia_uid = GLOBAL_ROOT_UID;
320 newattrs.ia_gid = GLOBAL_ROOT_GID;
321 newattrs
[all...]

Completed in 41 milliseconds