Searched refs:fh_flags (Results 1 – 3 of 3) sorted by relevance
45 int fh_flags; /* FH flags */ member66 #define SET_FH_FLAG(c, f) ((c)->fh_flags |= (f))67 #define HAS_FH_FLAG(c, f) ((c)->fh_flags & (f))
169 __le32 fh_flags; member
464 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()