Searched refs:s_inodes (Results 1 – 7 of 7) sorted by relevance
/linux/block/ |
H A D | bdev.c | 522 list_for_each_entry(inode, &blockdev_superblock->s_inodes, i_sb_list) in nr_blockdev_pages() 1263 list_for_each_entry(inode, &blockdev_superblock->s_inodes, i_sb_list) { in sync_bdevs() 1278 * removed from s_inodes list while we dropped the in sync_bdevs()
|
/linux/fs/notify/ |
H A D | fsnotify.c | 48 list_for_each_entry(inode, &sb->s_inodes, i_sb_list) { in fsnotify_unmount_inodes()
|
/linux/fs/ext4/ |
H A D | mballoc-test.c | 90 INIT_LIST_HEAD(&sb->s_inodes); in mbt_mb_init()
|
/linux/security/landlock/ |
H A D | fs.c | 1280 list_for_each_entry(inode, &sb->s_inodes, i_sb_list) { in hook_sb_delete()
|
/linux/fs/quota/ |
H A D | dquot.c | 1031 list_for_each_entry(inode, &sb->s_inodes, i_sb_list) { in add_dquot_ref() 1056 * removed from s_inodes list while we dropped the in add_dquot_ref() 1087 list_for_each_entry(inode, &sb->s_inodes, i_sb_list) { in remove_dquot_ref()
|
/linux/fs/gfs2/ |
H A D | ops_fstype.c | 1750 list_for_each_entry(inode, &sb->s_inodes, i_sb_list) { in gfs2_evict_inodes()
|
/linux/include/linux/ |
H A D | fs.h | 1462 /* s_inode_list_lock protects s_inodes */ 1464 struct list_head s_inodes; /* all inodes */ member
|