Home
last modified time | relevance | path

Searched refs:nilfs_acl_chmod (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/nilfs2/
H A Dnilfs.h197 extern int nilfs_acl_chmod(struct inode *);
200 static inline int nilfs_acl_chmod(struct inode *inode) in nilfs_acl_chmod() function
H A Dinode.c997 err = nilfs_acl_chmod(inode); in nilfs_setattr()