Home
last modified time | relevance | path

Searched defs:subclass (Results 1 – 6 of 6) sorted by relevance

/fs/jfs/
Djfs_incore.h108 #define IREAD_LOCK(ip, subclass) \ argument
111 #define IWRITE_LOCK(ip, subclass) \ argument
/fs/xfs/
Dxfs_inode.c323 int subclass) in xfs_lockdep_subclass_ok()
328 #define xfs_lockdep_subclass_ok(subclass) (true) argument
340 uint subclass) in xfs_lock_inumorder()
/fs/f2fs/
Df2fs.h2250 static inline void f2fs_down_read_nested(struct f2fs_rwsem *sem, int subclass) in f2fs_down_read_nested()
2255 static inline void f2fs_down_write_nested(struct f2fs_rwsem *sem, int subclass) in f2fs_down_write_nested()
2260 #define f2fs_down_read_nested(sem, subclass) f2fs_down_read(sem) argument
2261 #define f2fs_down_write_nested(sem, subclass) f2fs_down_write(sem) argument
/fs/ocfs2/
Ddlmglue.c2429 int subclass) in ocfs2_inode_lock_full_nested()
/fs/ext4/
Dsuper.c6987 static void lockdep_set_quota_inode(struct inode *inode, int subclass) in lockdep_set_quota_inode()
/fs/reiserfs/
Dreiserfs.h818 reiserfs_mutex_lock_nested_safe(struct mutex *m, unsigned int subclass, in reiserfs_mutex_lock_nested_safe()