Searched refs:MOUNT_ATTR_NOSYMFOLLOW (Results 1 – 4 of 4) sorted by relevance
124 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */ macro
139 #ifndef MOUNT_ATTR_NOSYMFOLLOW140 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 macro1449 .attr_set = MOUNT_ATTR_NOSYMFOLLOW, in TEST_F()1483 attr.attr_set &= ~MOUNT_ATTR_NOSYMFOLLOW; in TEST_F()1484 attr.attr_clr |= MOUNT_ATTR_NOSYMFOLLOW; in TEST_F()
3605 MOUNT_ATTR_NOSYMFOLLOW)3626 if (attr_flags & MOUNT_ATTR_NOSYMFOLLOW) in attr_flags_to_mnt_flags()