Searched refs:Mode (Results 1 – 4 of 4) sorted by relevance
99 # define VALID_SPARSE_MODE(Mode) \ argument100 ((Mode) == SPARSE_NEVER \101 || (Mode) == SPARSE_AUTO \102 || (Mode) == SPARSE_ALWAYS)104 # define VALID_REFLINK_MODE(Mode) \ argument105 ((Mode) == REFLINK_NEVER \106 || (Mode) == REFLINK_AUTO \107 || (Mode) == REFLINK_ALWAYS)
101 #define IS_TAILABLE_FILE_TYPE(Mode) \ argument102 (S_ISREG (Mode) || S_ISFIFO (Mode) || S_ISSOCK (Mode) || S_ISCHR (Mode))
17 * Mode Structure:: Structure of file mode bits.24 @node Mode Structure25 @section Structure of File Mode Bits162 * Changing Special Mode Bits:: Special mode bits.301 @node Changing Special Mode Bits302 @subsection Changing Special Mode Bits306 you can change its special mode bits. @xref{Mode Structure}, for a509 Mode Mode Bit546 leading @samp{0}, as you do in C@. Mode @samp{0055} is the same as
481 * Mode Structure:: Structure of file mode bits8035 another name for the sticky bit. @xref{Mode Structure}.