Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dacl.c203 static int __f2fs_set_acl(struct inode *inode, int type, in __f2fs_set_acl() function
256 return __f2fs_set_acl(inode, type, acl, NULL); in f2fs_set_acl()
396 error = __f2fs_set_acl(inode, ACL_TYPE_DEFAULT, default_acl, in f2fs_init_acl()
404 error = __f2fs_set_acl(inode, ACL_TYPE_ACCESS, acl, in f2fs_init_acl()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dacl.c229 static int __f2fs_set_acl(struct mnt_idmap *idmap, in __f2fs_set_acl() function
287 return __f2fs_set_acl(idmap, inode, type, acl, NULL); in f2fs_set_acl()
427 error = __f2fs_set_acl(NULL, inode, ACL_TYPE_DEFAULT, default_acl, in f2fs_init_acl()
435 error = __f2fs_set_acl(NULL, inode, ACL_TYPE_ACCESS, acl, in f2fs_init_acl()

Completed in 2 milliseconds