Searched refs:REISERFS_POSIXACL (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c886 {"acl",.setmask = 1 << REISERFS_POSIXACL},
887 {"noacl",.clrmask = 1 << REISERFS_POSIXACL},
1157 safe_mask |= 1 << REISERFS_POSIXACL;
H A Dxattr.c1260 clear_bit(REISERFS_POSIXACL, &(REISERFS_SB(s)->s_mount_opt));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs_sb.h457 REISERFS_POSIXACL, enumerator in enum:reiserfs_mount_options
495 #define reiserfs_posixacl(s) (REISERFS_SB(s)->s_mount_opt & (1 << REISERFS_POSIXACL))

Completed in 61 milliseconds