Searched refs:MOUNT_ATTR_NOSYMFOLLOW (Results 1 – 4 of 4) sorted by relevance
125 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
126 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
133 #ifndef MOUNT_ATTR_NOSYMFOLLOW134 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 macro1443 .attr_set = MOUNT_ATTR_NOSYMFOLLOW, in TEST_F()1477 attr.attr_set &= ~MOUNT_ATTR_NOSYMFOLLOW; in TEST_F()1478 attr.attr_clr |= MOUNT_ATTR_NOSYMFOLLOW; in TEST_F()
3909 MOUNT_ATTR_NOSYMFOLLOW)3930 if (attr_flags & MOUNT_ATTR_NOSYMFOLLOW) in attr_flags_to_mnt_flags()