Home
last modified time | relevance | path

Searched defs:fileattr (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dfileattr.h23 struct fileattr { struct
36 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa); argument
/linux/fs/btrfs/
H A Dsend.c917 u64 fileattr; member
2660 static int send_fileattr(struct send_ctx *sctx, u64 ino, u64 gen, u64 fileattr) in send_fileattr()