Searched refs:last_ino (Results 1 – 8 of 8) sorted by relevance
| /linux/security/selinux/ |
| H A D | selinuxfs.c | 80 unsigned long last_ino; member 92 fsi->last_ino = SEL_INO_NEXT - 1; in selinux_fs_info_create() 513 unsigned long tmp_ino = fsi->last_ino; /* Don't increment last_ino in this function */ in sel_make_policy_nodes() 1627 inode->i_ino = ++fsi->last_ino; in sel_make_avc_files() 1653 inode->i_ino = ++fsi->last_ino; in sel_make_ss_files() 1999 fsi->bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &fsi->last_ino); in sel_fill_super() 2011 inode->i_ino = ++fsi->last_ino; in sel_fill_super() 2022 dentry = sel_make_dir(sb->s_root, "avc", &fsi->last_ino); in sel_fill_super() 2032 dentry = sel_make_dir(sb->s_root, "ss", &fsi->last_ino); in sel_fill_super() 2042 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 | inode.c | 830 inode->i_ino = atomic_long_inc_return(&ofs->last_ino); in ovl_next_ino() 832 inode->i_ino = atomic_long_inc_return(&ofs->last_ino); in ovl_next_ino()
|
| H A D | super.c | 1413 atomic_long_set(&ofs->last_ino, 1); in ovl_fill_super_creds()
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 2584 __field( u64, last_ino ) 2592 __entry->last_ino = fs_info->em_shrinker_last_ino; 2597 show_root_type(__entry->last_root_id), __entry->last_ino) 2610 __field( u64, last_ino ) 2617 __entry->last_ino = fs_info->em_shrinker_last_ino; 2622 show_root_type(__entry->last_root_id), __entry->last_ino)
|
| /linux/fs/ |
| H A D | inode.c | 1137 static DEFINE_PER_CPU(unsigned int, last_ino); 1141 unsigned int *p = &get_cpu_var(last_ino); in get_next_ino() 1158 put_cpu_var(last_ino); in get_next_ino()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 1258 static ino_t last_ino; in wait_for_concurrent_writes() local 1263 || (last_ino == inode->i_ino && last_dev == inode->i_sb->s_dev)) { in wait_for_concurrent_writes() 1273 last_ino = inode->i_ino; in wait_for_concurrent_writes()
|