Searched refs:part (Results 1 – 18 of 18) sorted by relevance
/fs/orangefs/ |
D | dir.c | 17 struct orangefs_dir_part *part; member 134 struct orangefs_dir_part *part, *new; in parse_readdir() local 138 part = od->part; in parse_readdir() 139 while (part) { in parse_readdir() 141 if (part->next) in parse_readdir() 142 part = part->next; in parse_readdir() 151 if (!od->part) in parse_readdir() 152 od->part = new; in parse_readdir() 154 part->next = new; in parse_readdir() 189 static int fill_from_part(struct orangefs_dir_part *part, in fill_from_part() argument [all …]
|
/fs/hfs/ |
D | part_tbl.c | 82 (HFS_SB(sb)->part < 0 || HFS_SB(sb)->part == i)) { in hfs_part_find() 98 (HFS_SB(sb)->part < 0 || HFS_SB(sb)->part == i)) { in hfs_part_find()
|
D | super.c | 149 if (sbi->part >= 0) in hfs_show_options() 150 seq_printf(seq, ",part=%u", sbi->part); in hfs_show_options() 237 hsb->part = -1; in parse_options() 294 if (match_int(&args[0], &hsb->part)) { in parse_options()
|
D | hfs_fs.h | 157 int session, part; member
|
/fs/hfsplus/ |
D | part_tbl.c | 81 (sbi->part < 0 || sbi->part == i)) { in hfs_parse_old_pmap() 102 (sbi->part < 0 || sbi->part == i)) { in hfs_parse_new_pmap()
|
D | options.c | 59 opts->part = -1; in hfsplus_fill_defaults() 157 if (match_int(&args[0], &sbi->part)) { in hfsplus_parse_options() 228 if (sbi->part >= 0) in hfsplus_show_options() 229 seq_printf(seq, ",part=%u", sbi->part); in hfsplus_show_options()
|
D | hfsplus_fs.h | 187 int part, session; member
|
/fs/pstore/ |
D | platform.c | 393 unsigned int part = 1; in pstore_dump() local 424 record.part = part; in pstore_dump() 437 oopscount, part); in pstore_dump() 466 part++; in pstore_dump()
|
D | ram.c | 402 if (record->part != 1) in ramoops_pstore_write()
|
/fs/autofs/ |
D | Kconfig | 29 If you are not a part of a fairly large, distributed network or
|
/fs/jffs2/ |
D | LICENCE | 2 file are part of JFFS2, the Journalling Flash File System v2.
|
D | README.Locking | 27 time this happens are part of the new node, not just something that
|
/fs/ |
D | char_dev.c | 457 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() argument 656 static struct kobject *base_probe(dev_t dev, int *part, void *data) in base_probe() argument
|
D | buffer.c | 2998 struct hd_struct *part; in guard_bio_eod() local 3001 part = __disk_get_part(bio->bi_disk, bio->bi_partno); in guard_bio_eod() 3002 if (part) in guard_bio_eod() 3003 maxsector = part_nr_sects_read(part); in guard_bio_eod()
|
/fs/cramfs/ |
D | README | 142 One part of that is addressing endianness. The two options here are 152 The other part of making cramfs more sharable is choosing a block
|
/fs/nfsd/ |
D | Kconfig | 53 never became an official part of the NFS version 3 protocol.
|
/fs/nfs/ |
D | Kconfig | 58 Sun added to Solaris but never became an official part of the
|
/fs/nls/ |
D | Kconfig | 89 languages that are not part of the US codepage 437.
|