Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsfh.h38 int fh_flags; /* FH flags */ member
60 #define SET_FH_FLAG(c, f) ((c)->fh_flags |= (f))
61 #define HAS_FH_FLAG(c, f) ((c)->fh_flags & (f))
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dformat.h169 __le32 fh_flags; member
H A Dformat.c464 fh.fh_flags = cpu_to_le32(INCFS_FILE_MAPPED); in incfs_write_mapping_fh_to_backing_file()
632 *flags = le32_to_cpu(fh.fh_flags); in incfs_read_file_header()