Home
last modified time | relevance | path

Searched refs:s_hash_unsigned (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ext4/
H A Dioctl.c1497 sbi->s_hash_unsigned = 3; in ext4_ioctl_set_tune_sb()
1499 sbi->s_hash_unsigned = 0; in ext4_ioctl_set_tune_sb()
H A Dnamei.c821 hinfo->hash_version += EXT4_SB(dir->i_sb)->s_hash_unsigned; in dx_probe()
1175 EXT4_SB(dir->i_sb)->s_hash_unsigned; in ext4_htree_fill_tree()
2300 fname->hinfo.hash_version += EXT4_SB(dir->i_sb)->s_hash_unsigned; in make_indexed_dir()
H A Dsuper.c5248 sbi->s_hash_unsigned = 3; in ext4_hash_info_init()
5254 sbi->s_hash_unsigned = 3; in ext4_hash_info_init()
H A Dext4.h1563 int s_hash_unsigned; /* 3 if hash should be unsigned, 0 if not */ member