Home
last modified time | relevance | path

Searched refs:F_SPARSE (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_xattr.c183 case F_SPARSE: in getxva_parse_nvl()
262 attr_to_name(F_SPARSE), in fop__setxvattr()
/illumos-gate/usr/src/uts/common/sys/
H A Dattr.h102 F_SPARSE, enumerator
/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.h56 #define F_SPARSE 0x20 /* don't walk this directory */ macro
H A Ddebug.c114 F_SPARSE, "sparse",
H A Deval.c333 fp->f_flags |= F_LISTED | F_SPARSE; in add_file_arg()
441 if (fp->f_flags & F_SPARSE) { in eval_file()
H A DREADME396 F_SPARSE this directory is an intermediate on
413 F_NEW, F_LISTED, F_SPARSE
/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c305 case F_SPARSE: in xattr_fill_nvlist()
407 attr_to_name(F_SPARSE), in xattr_fill_nvlist()
791 case F_SPARSE: in xattr_file_write()
/illumos-gate/usr/src/uts/common/fs/zut/
H A Dzut.c273 *xvs |= (1 << F_SPARSE); in zut_stat64()