Lines Matching refs:request_mask
32 * @request_mask: statx request_mask
46 void generic_fillattr(struct mnt_idmap *idmap, u32 request_mask,
66 if ((request_mask & STATX_CHANGE_COOKIE) && IS_I_VERSION(inode)) {
96 * @request_mask: STATX_xxx flags indicating what the caller wants
106 u32 request_mask, unsigned int query_flags)
136 request_mask,
139 generic_fillattr(idmap, request_mask, inode, stat);
148 * @request_mask: STATX_xxx flags indicating what the caller wants
152 * request_mask and query_flags to indicate what they want.
158 * Bits must have been set in request_mask to indicate which attributes the
166 u32 request_mask, unsigned int query_flags)
176 return vfs_getattr_nosec(path, stat, request_mask, query_flags);
223 * @request_mask: STATX_xxx flags indicating what the caller wants
233 struct kstat *stat, u32 request_mask)
248 error = vfs_getattr(&path, stat, request_mask, flags);
258 if (request_mask & STATX_DIOALIGN) {