Lines Matching defs:request_mask
58 * @request_mask: STATX_xxx flags indicating what the caller wants
68 u32 request_mask, unsigned int query_flags)
95 return inode->i_op->getattr(path, stat, request_mask,
107 * @request_mask: STATX_xxx flags indicating what the caller wants
111 * request_mask and query_flags to indicate what they want.
117 * Bits must have been set in request_mask to indicate which attributes the
125 u32 request_mask, unsigned int query_flags)
132 return vfs_getattr_nosec(path, stat, request_mask, query_flags);
165 * @request_mask: STATX_xxx flags indicating what the caller wants
175 struct kstat *stat, u32 request_mask)
197 error = vfs_getattr(&path, stat, request_mask, flags);