Searched refs:setup (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/scrub/ |
D | scrub.c | 189 .setup = xchk_setup_fs, 195 .setup = xchk_setup_fs, 201 .setup = xchk_setup_fs, 207 .setup = xchk_setup_fs, 213 .setup = xchk_setup_fs, 219 .setup = xchk_setup_ag_allocbt, 225 .setup = xchk_setup_ag_allocbt, 231 .setup = xchk_setup_ag_iallocbt, 237 .setup = xchk_setup_ag_iallocbt, 244 .setup = xchk_setup_ag_rmapbt, [all …]
|
D | scrub.h | 21 int (*setup)(struct xfs_scrub *, member
|
/fs/fat/ |
D | namei_msdos.c | 644 static void setup(struct super_block *sb) in setup() function 653 return fat_fill_super(sb, data, silent, 0, setup); in msdos_fill_super()
|
D | namei_vfat.c | 1039 static void setup(struct super_block *sb) in setup() function 1050 return fat_fill_super(sb, data, silent, 1, setup); in vfat_fill_super()
|
D | fat.h | 416 int isvfat, void (*setup)(struct super_block *));
|
D | inode.c | 1604 void (*setup)(struct super_block *)) in fat_fill_super() 1646 setup(sb); /* flavour-specific stuff that needs options */ in fat_fill_super()
|
/fs/cifs/ |
D | Kconfig | 113 bool "Kerberos/SPNEGO advanced session setup"
|