Searched refs:last_ino (Results 1 – 7 of 7) sorted by relevance
/linux/security/selinux/ |
H A D | selinuxfs.c | 79 unsigned long last_ino; member 91 fsi->last_ino = SEL_INO_NEXT - 1; in selinux_fs_info_create() 512 unsigned long tmp_ino = fsi->last_ino; /* Don't increment last_ino in this function */ in sel_make_policy_nodes() 1616 inode->i_ino = ++fsi->last_ino; in sel_make_avc_files() 1647 inode->i_ino = ++fsi->last_ino; in sel_make_ss_files() 2017 fsi->bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &fsi->last_ino); in sel_fill_super() 2036 inode->i_ino = ++fsi->last_ino; in sel_fill_super() 2045 dentry = sel_make_dir(sb->s_root, "avc", &fsi->last_ino); in sel_fill_super() 2055 dentry = sel_make_dir(sb->s_root, "ss", &fsi->last_ino); in sel_fill_super() [all...] |
/linux/fs/ubifs/ |
H A D | orphan.c | 737 unsigned long last_ino; member 818 if (inum != ci->last_ino) { in dbg_orphan_check() 827 ci->last_ino = inum; in dbg_orphan_check() 912 ci.last_ino = 0; in dbg_check_orphans() 939 dbg_cmt("last inode number is %lu", ci.last_ino); in dbg_check_orphans()
|
/linux/fs/overlayfs/ |
H A D | ovl_entry.h | 87 atomic_long_t last_ino; member
|
H A D | inode.c | 844 inode->i_ino = atomic_long_inc_return(&ofs->last_ino); in ovl_next_ino() 846 inode->i_ino = atomic_long_inc_return(&ofs->last_ino); in ovl_next_ino()
|
H A D | super.c | 1370 atomic_long_set(&ofs->last_ino, 1); in ovl_fill_super()
|
/linux/include/trace/events/ |
H A D | btrfs.h | 2556 __field( u64, last_ino ) 2564 __entry->last_ino = fs_info->em_shrinker_last_ino; 2567 TP_printk_btrfs("nr_to_scan=%ld nr=%ld last_root=%llu(%s) last_ino=%llu", 2569 show_root_type(__entry->last_root_id), __entry->last_ino) 2582 __field( u64, last_ino ) 2589 __entry->last_ino = fs_info->em_shrinker_last_ino; 2592 TP_printk_btrfs("nr_dropped=%ld nr=%ld last_root=%llu(%s) last_ino=%llu", 2594 show_root_type(__entry->last_root_id), __entry->last_ino)
|
/linux/fs/nfsd/ |
H A D | vfs.c | 1139 static ino_t last_ino; in wait_for_concurrent_writes() local 1144 || (last_ino == inode->i_ino && last_dev == inode->i_sb->s_dev)) { in wait_for_concurrent_writes() 1154 last_ino = inode->i_ino; in wait_for_concurrent_writes()
|