Searched refs:ksmbd_vfs_remove_xattr (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/ksmbd/ |
D | vfs.h | 117 int ksmbd_vfs_remove_xattr(struct user_namespace *user_ns,
|
D | vfs.c | 1077 int ksmbd_vfs_remove_xattr(struct user_namespace *user_ns, in ksmbd_vfs_remove_xattr() function 1324 err = ksmbd_vfs_remove_xattr(user_ns, dentry, name); in ksmbd_vfs_remove_acl_xattrs() 1355 err = ksmbd_vfs_remove_xattr(user_ns, dentry, name); in ksmbd_vfs_remove_sd_xattrs()
|
D | vfs_cache.c | 254 err = ksmbd_vfs_remove_xattr(file_mnt_user_ns(filp), in __ksmbd_inode_close()
|
D | smb2pdu.c | 2237 rc = ksmbd_vfs_remove_xattr(user_ns, in smb2_set_ea() 2339 err = ksmbd_vfs_remove_xattr(user_ns, path->dentry, in smb2_remove_smb_xattrs()
|