Searched refs:last_ino (Results 1 – 6 of 6) 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() 1615 inode->i_ino = ++fsi->last_ino; in sel_make_avc_files() 1646 inode->i_ino = ++fsi->last_ino; in sel_make_ss_files() 2016 fsi->bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &fsi->last_ino); in sel_fill_super() 2035 inode->i_ino = ++fsi->last_ino; in sel_fill_super() 2044 dentry = sel_make_dir(sb->s_root, "avc", &fsi->last_ino); in sel_fill_super() 2054 dentry = sel_make_dir(sb->s_root, "ss", &fsi->last_ino); in sel_fill_super() 2064 dentry = sel_make_dir(sb->s_root, "initial_contexts", &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 | super.c | 1340 atomic_long_set(&ofs->last_ino, 1); in ovl_fill_super()
|
/linux/include/trace/events/ |
H A D | btrfs.h | 2566 __field( u64, last_ino ) 2574 __entry->last_ino = fs_info->em_shrinker_last_ino; 2579 show_root_type(__entry->last_root_id), __entry->last_ino) 2592 __field( u64, last_ino ) 2599 __entry->last_ino = fs_info->em_shrinker_last_ino; 2604 show_root_type(__entry->last_root_id), __entry->last_ino)
|
/linux/fs/ |
H A D | inode.c | 1136 static DEFINE_PER_CPU(unsigned int, last_ino); 1140 unsigned int *p = &get_cpu_var(last_ino); in get_next_ino() 1157 put_cpu_var(last_ino); in get_next_ino()
|