Searched refs:super (Results 1 - 25 of 158) sorted by last modified time

1234567

/linux-master/fs/btrfs/
H A Dvolumes.c35 #include "super.h"
1114 * the fs to an error state, guaranteeing no super blocks can be further
1120 * unsafe super blocks.
1261 void btrfs_release_disk_super(struct btrfs_super_block *super) argument
1263 struct page *page = virt_to_page(super);
1276 /* make sure our super fits in the device */
1280 /* make sure our super fits in the page */
1284 /* make sure our super doesn't straddle pages on disk */
1289 /* pull in the page with our super */
1297 /* align our pointer to the offset of the super bloc
[all...]
H A Dtransaction.c98 * | super blocks. |
106 * | Until all tree blocks are super blocks are |
110 * All tree blocks and super blocks are written. Transaction N+1
1601 * And we don't write super to avoid half committed status.
1938 struct btrfs_super_block *super; local
1940 super = fs_info->super_copy;
1943 super->chunk_root = root_item->bytenr;
1944 super->chunk_root_generation = root_item->generation;
1945 super->chunk_root_level = root_item->level;
1948 super
[all...]
H A Dzoned.c110 * C: Compare super blocks from zones[0] and zones[1], use the latest
120 /* Compare two super blocks */
123 struct btrfs_super_block *super[BTRFS_NR_SB_LOG_ZONES]; local
135 btrfs_release_disk_super(super[0]);
138 super[i] = page_address(page[i]);
141 if (btrfs_super_generation(super[0]) >
142 btrfs_super_generation(super[1]))
148 btrfs_release_disk_super(super[i]);
551 "zoned: failed to read super block log zone info at devid %llu zone %u",
569 "zoned: super bloc
[all...]
/linux-master/tools/net/ynl/lib/
H A Dynl.py363 super().__init__(family_name, Netlink.NETLINK_GENERIC)
386 return super().msghdr_size() + 4
416 super().__init__(def_path, schema)
/linux-master/net/bluetooth/
H A Dl2cap_core.c981 control->super = (enh & L2CAP_CTRL_SUPERVISE) >> L2CAP_CTRL_SUPER_SHIFT;
992 control->super = 0;
1005 control->super = (ext & L2CAP_EXT_CTRL_SUPERVISE) >> L2CAP_EXT_CTRL_SUPER_SHIFT;
1016 control->super = 0;
1043 packed |= control->super << L2CAP_EXT_CTRL_SUPER_SHIFT;
1062 packed |= control->super << L2CAP_CTRL_SUPER_SHIFT;
1141 if (control->super == L2CAP_SUPER_RR)
1143 else if (control->super == L2CAP_SUPER_RNR)
1146 if (control->super != L2CAP_SUPER_SREJ) {
1151 BT_DBG("reqseq %d, final %d, poll %d, super
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c128 /* [0]: full speed, [1]: high speed, [2]: super speed */
1841 /* File system and super block operations ***********************************/
3255 static const char *speed_names[] = { "full", "high", "super" };
3261 * If ss_descriptors is not NULL, we are reading super speed
3534 const int super = !!func->ffs->ss_descs_count;
3547 super ? ffs->ss_descs_count + 1 : 0);
3565 if (!(full | high | super))
3627 if (super) {
3649 (super ? ffs->ss_descs_count : 0),
3529 const int super = !!func->ffs->ss_descs_count; local
/linux-master/fs/zonefs/
H A Dsuper.c860 * We do not care about the first zone: it contains the super block
957 * We always skip the first zone as it contains the super block
1106 * Read super block information from the device.
1111 struct zonefs_super *super; local
1130 super = page_address(page);
1133 if (le32_to_cpu(super->s_magic) != ZONEFS_MAGIC)
1136 stored_crc = le32_to_cpu(super->s_crc);
1137 super->s_crc = 0;
1138 crc = crc32(~0U, (unsigned char *)super, sizeof(struct zonefs_super));
1145 sbi->s_features = le64_to_cpu(super
[all...]
/linux-master/include/net/bluetooth/
H A Dbluetooth.h428 super:2; member in struct:l2cap_ctrl
/linux-master/include/linux/
H A Dfs.h1679 * @sb: the super we write to
1693 * @sb: the super we write to
1704 * @sb: the super we write to
1745 * @sb: the super we wrote to
1757 * @sb: the super we wrote to
1769 * @sb: the super we wrote to
1781 * @sb: the super we write to
1810 * @sb: the super we write to
1834 * @sb: the super we write to
2551 int freeze_super(struct super_block *super, enu
[all...]
/linux-master/fs/romfs/
H A Dsuper.c72 #include <linux/mtd/super.h>
/linux-master/fs/reiserfs/
H A Djournal.c2597 static int journal_init_dev(struct super_block *super, argument
2609 jdev = SB_ONDISK_JOURNAL_DEVICE(super) ?
2610 new_decode_dev(SB_ONDISK_JOURNAL_DEVICE(super)) : super->s_dev;
2612 if (!bdev_read_only(super->s_bdev))
2617 if (jdev == super->s_dev)
2624 reiserfs_warning(super, "sh-458",
2628 } else if (jdev != super->s_dev)
2630 super->s_blocksize);
2640 reiserfs_warning(super, "s
[all...]
/linux-master/fs/f2fs/
H A Dsuper.c3 * fs/f2fs/super.c
3309 struct f2fs_super_block *super)
3312 if (super)
3313 memcpy(bh->b_data + F2FS_SUPER_OFFSET, super, sizeof(*super));
3899 * Read f2fs raw super block.
3900 * Because we have two copies of super block, so read both of them
3911 struct f2fs_super_block *super; local
3914 super = kzalloc(sizeof(struct f2fs_super_block), GFP_KERNEL);
3915 if (!super)
3308 __f2fs_commit_super(struct buffer_head *bh, struct f2fs_super_block *super) argument
[all...]
/linux-master/fs/cramfs/
H A Dinode.c26 #include <linux/mtd/super.h>
37 * cramfs super-block data in memory
511 struct cramfs_super *super)
522 memcpy(super, cramfs_read(sb, 0, sizeof(*super)), sizeof(*super));
526 if (super->magic != CRAMFS_MAGIC) {
528 if (super->magic == CRAMFS_MAGIC_WEND) {
536 memcpy(super,
537 cramfs_read(sb, 512, sizeof(*super)),
510 cramfs_read_super(struct super_block *sb, struct fs_context *fc, struct cramfs_super *super) argument
610 struct cramfs_super super; local
631 struct cramfs_super super; local
[all...]
/linux-master/fs/bcachefs/
H A DMakefile84 super.o \
85 super-io.o \
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py46 super().__init__(family, attr_set, attr, value)
298 super().__init__(family, attr_set, attr, value)
332 self.resolve_up(super())
366 return super()._attr_policy(policy)
567 super().__init__(family, attr_set, attr, value)
744 super().__init__(enum_set, yaml, prev, value_start)
757 self.resolve_up(super())
782 super().__init__(family, yaml)
799 super().__init__(family, yaml)
859 super()
[all...]
/linux-master/scripts/
H A Dbpf_doc.py54 super().__init__(*args, **kwargs)
/linux-master/tools/crypto/ccp/
H A Dtest_dbc.py38 super().__init__(data)
42 return super().setUp()
47 return super().tearDown()
55 super().setUp()
68 super().__init__(data)
76 return super().setUp()
128 return super().setUp()
188 super().setUp()
/linux-master/scripts/gdb/linux/
H A Dinterrupts.py209 super(LxInterruptList, self).__init__("lx-interruptlist", gdb.COMMAND_DATA)
H A Dvmalloc.py26 super(LxVmallocInfo, self).__init__("lx-vmallocinfo", gdb.COMMAND_DATA)
/linux-master/fs/nfs/
H A Dsuper.c3 * linux/fs/nfs/super.c
222 if (!(server->super && nfs_sb_active(server->super)))
226 nfs_sb_deactive(last->super);
236 nfs_sb_deactive(last->super);
1313 server->super = s;
H A Dpnfs.c845 if (!nfs_sb_active(server->super))
861 nfs_sb_deactive(server->super);
H A Dnfs4state.c2141 inode = d_inode(server->super->s_root);
2266 inode = d_inode(server->super->s_root);
H A Dnfs4client.c1385 return nfs_probe_server(server, NFS_FH(d_inode(server->super->s_root)));
H A Ddelegation.c1082 if (nfs_sb_active(server->super)) {
1083 freeme = server->super;
/linux-master/tools/mm/
H A Dthpmaps134 super().__init__(f'/proc/{pid}/pagemap', 8)
145 super().__init__(f'/proc/kpageflags', 8)

Completed in 520 milliseconds

1234567