Lines Matching refs:list
17 * notice, this list of conditions and the following disclaimer.
19 * notice, this list of conditions and the following disclaimer in the
2093 list_for_each_entry_rcu(ctx, &nfsi->open_files, list) {
4171 /* no flavors specified by user, try default list */
7803 nfs4_listxattr_nfs4_label(struct inode *inode, char *list, size_t list_len)
7808 len = security_inode_listsecurity(inode, list, list_len);
7824 nfs4_listxattr_nfs4_label(struct inode *inode, char *list, size_t list_len)
7900 nfs4_listxattr_nfs4_user(struct inode *inode, char *list, size_t list_len)
7921 ret = nfs4_xattr_cache_list(inode, list, list_len);
7928 buf = list_len ? list : NULL;
7945 nfs4_xattr_cache_set_list(inode, list, size);
7953 nfs4_listxattr_nfs4_user(struct inode *inode, char *list, size_t list_len)
8627 /* make sure nothing is on enforce list that isn't supported */
8641 * NOTE: we don't care if EXCHANGE_ID is in the list -
10587 static ssize_t nfs4_listxattr(struct dentry *dentry, char *list, size_t size)
10592 error = generic_listxattr(dentry, list, left);
10595 if (list) {
10596 list += error;
10600 error2 = nfs4_listxattr_nfs4_label(d_inode(dentry), list, left);
10604 if (list) {
10605 list += error2;
10609 error3 = nfs4_listxattr_nfs4_user(d_inode(dentry), list, left);
10724 .list = nfs4_xattr_list_nfs4_acl,
10732 .list = nfs4_xattr_list_nfs4_dacl,
10739 .list = nfs4_xattr_list_nfs4_sacl,