Searched refs:bool_dir (Results 1 – 1 of 1) sorted by relevance
69 struct dentry *bool_dir; member1331 struct dentry *dir = fsi->bool_dir; in sel_make_bools()1935 fsi->bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &fsi->last_ino); in sel_fill_super()1936 if (IS_ERR(fsi->bool_dir)) { in sel_fill_super()1937 ret = PTR_ERR(fsi->bool_dir); in sel_fill_super()1938 fsi->bool_dir = NULL; in sel_fill_super()