Home
last modified time | relevance | path

Searched refs:lock_snap_rwsem (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ceph/
Dxattr.c925 bool lock_snap_rwsem = false; in __ceph_setxattr() local
964 if (!lock_snap_rwsem && !ci->i_head_snapc) { in __ceph_setxattr()
965 lock_snap_rwsem = true; in __ceph_setxattr()
1006 if (lock_snap_rwsem) in __ceph_setxattr()
1016 if (lock_snap_rwsem) in __ceph_setxattr()
1078 bool lock_snap_rwsem = false; in __ceph_removexattr() local
1102 if (!lock_snap_rwsem && !ci->i_head_snapc) { in __ceph_removexattr()
1103 lock_snap_rwsem = true; in __ceph_removexattr()
1141 if (lock_snap_rwsem) in __ceph_removexattr()
1150 if (lock_snap_rwsem) in __ceph_removexattr()
Dinode.c1784 bool lock_snap_rwsem = false; in ceph_setattr() local
1809 lock_snap_rwsem = true; in ceph_setattr()
1967 if (lock_snap_rwsem) in ceph_setattr()