Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfsfh.h45 int fh_flags; /* FH flags */ member
66 #define SET_FH_FLAG(c, f) ((c)->fh_flags |= (f))
67 #define HAS_FH_FLAG(c, f) ((c)->fh_flags & (f))
/fs/incfs/
Dformat.h169 __le32 fh_flags; member
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()