Searched refs:f2fs_getxattr (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/f2fs/
H A Dxattr.h132 extern int f2fs_getxattr(struct inode *, int, const char *, void *,
147 static inline int f2fs_getxattr(struct inode *inode, int index, function
H A Dacl.c179 retval = f2fs_getxattr(inode, name_index, "", NULL, 0, dpage);
184 retval = f2fs_getxattr(inode, name_index, "", value,
H A Dverity.c228 res = f2fs_getxattr(inode, F2FS_XATTR_INDEX_VERITY,
H A Dxattr.c63 return f2fs_getxattr(inode, handler->flags, name,
514 int f2fs_getxattr(struct inode *inode, int index, const char *name, function
H A Dsuper.c3154 return f2fs_getxattr(inode, F2FS_XATTR_INDEX_ENCRYPTION,

Completed in 154 milliseconds