Searched refs:a_options (Results 1 - 8 of 8) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h530 int a_options; member in struct:vnop_exchange_args
930 uint32_t a_options; member in struct:vnop_readdirattr_args
1200 uint32_t a_options; member in struct:vnop_searchfs_args
1261 int a_options; member in struct:vnop_getxattr_args
1284 int a_options; member in struct:vnop_setxattr_args
1306 int a_options; member in struct:vnop_removexattr_args
1329 int a_options; member in struct:vnop_listxattr_args
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_search.c174 u_long a_options;
208 if (ap->a_options & ~SRCHFS_VALIDOPTIONSMASK) {
231 if (ap->a_options & SRCHFS_SKIPLINKS) {
321 if (ap->a_options & SRCHFS_START) {
331 ap->a_options &= ~SRCHFS_START;
373 if (isHFSPlus && (ap->a_options & SRCHFS_SKIPLINKS) == 0) {
376 if (CheckCriteria( vcb, ap->a_options, ap->a_searchattrs, myCurrentDataPtr,
378 && CheckAccess(vcb, ap->a_options, myCurrentKeyPtr, ap->a_context)) {
H A Dhfs_xattr.c272 int a_options;
288 if (decmpfs_hide && !(ap->a_options & XATTR_SHOWCOMPRESSION))
689 int a_options;
782 if (ap->a_options & XATTR_CREATE) {
788 if (ap->a_options & XATTR_REPLACE) {
864 if (ap->a_options & XATTR_CREATE) {
870 if (ap->a_options & XATTR_REPLACE) {
1080 if ((ap->a_options & XATTR_REPLACE) && !exists) {
1085 if ((ap->a_options & XATTR_CREATE) && exists) {
1303 int a_options;
[all...]
H A Dhfs_cprotect.c1104 args.a_options = XATTR_REPLACE;
1143 args.a_options = 0;
1193 args.a_options = options;
1415 args.a_options = XATTR_REPLACE;
H A Dhfs_attrlist.c91 u_long a_options;
126 if (((ap->a_options & ~(FSOPT_NOINMEMUPDATE | FSOPT_NOFOLLOW)) != 0) ||
275 } else if (!(ap->a_options & FSOPT_NOINMEMUPDATE)) {
H A Dhfs_vnops.c1897 int a_options;
1961 if ((ap->a_options & FSOPT_EXCHANGE_DATA_ONLY) == 0) {
2023 if (ap->a_options & FSOPT_EXCHANGE_DATA_ONLY) {
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c3406 int a_options;
3419 a.a_options = options;
4577 uint32_t a_options;
4600 a.a_options = options;
4988 uint32_t a_options;
5011 a.a_options = options;
5072 a.a_options = options;
5091 a.a_options = options;
5114 a.a_options = options;
5135 a.a_options
[all...]
/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c7687 int a_options;
7742 int a_options;
7747 int options = ap->a_options;
7894 int a_options;
7919 int a_options;

Completed in 109 milliseconds