Home
last modified time | relevance | path

Searched refs:vfs_fileattr_get (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dfileattr.h55 int vfs_fileattr_get(struct dentry *dentry, struct fileattr *fa);
/openbmc/linux/fs/
H A Dioctl.c526 int vfs_fileattr_get(struct dentry *dentry, struct fileattr *fa) in vfs_fileattr_get() function
535 EXPORT_SYMBOL(vfs_fileattr_get);
683 err = vfs_fileattr_get(dentry, &old_ma); in vfs_fileattr_set()
710 err = vfs_fileattr_get(file->f_path.dentry, &fa); in ioctl_getflags()
741 err = vfs_fileattr_get(file->f_path.dentry, &fa); in ioctl_fsgetxattr()
/openbmc/linux/fs/overlayfs/
H A Dinode.c843 err = vfs_fileattr_get(realpath->dentry, fa); in ovl_real_fileattr_get()
/openbmc/linux/fs/ecryptfs/
H A Dinode.c1127 return vfs_fileattr_get(ecryptfs_dentry_to_lower(dentry), fa); in ecryptfs_fileattr_get()