Home
last modified time | relevance | path

Searched refs:v9fs_acl_mode (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/9p/
H A Dacl.h23 extern int v9fs_acl_mode(struct inode *dir, umode_t *modep,
47 static inline int v9fs_acl_mode(struct inode *dir, umode_t *modep, in v9fs_acl_mode() function
H A Dvfs_inode_dotl.c282 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_atomic_open_dotl()
400 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mkdir_dotl()
843 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mknod_dotl()
H A Dacl.c186 int v9fs_acl_mode(struct inode *dir, umode_t *modep, in v9fs_acl_mode() function