Searched refs:fsid (Results 1 - 25 of 86) sorted by last modified time

1234

/linux-master/fs/btrfs/
H A Dvolumes.c370 * Allocate new btrfs_fs_devices structure identified by a fsid.
372 * @fsid: if not NULL, copy the UUID to fs_devices::fsid and to
379 static struct btrfs_fs_devices *alloc_fs_devices(const u8 *fsid) argument
394 if (fsid) {
395 memcpy(fs_devs->fsid, fsid, BTRFS_FSID_SIZE);
396 memcpy(fs_devs->metadata_uuid, fsid, BTRFS_FSID_SIZE);
438 const u8 *fsid, const u8 *metadata_fsid)
440 if (memcmp(fsid, fs_device
437 match_fsid_fs_devices(const struct btrfs_fs_devices *fs_devices, const u8 *fsid, const u8 *metadata_fsid) argument
452 find_fsid( const u8 *fsid, const u8 *metadata_fsid) argument
7187 open_seed_devices(struct btrfs_fs_info *fs_info, u8 *fsid) argument
[all...]
H A Dioctl.c2690 "device add not supported on cloned temp-fsid mount");
2878 memcpy(&fi_args->fsid, fs_devices->fsid, sizeof(fi_args->fsid));
2934 memcpy(di_args->fsid, dev->fs_devices->fsid, BTRFS_UUID_SIZE);
H A Dscrub.c627 if (memcmp(header->fsid, fs_info->fs_devices->metadata_uuid,
632 "tree block %llu mirror %u has bad fsid, has %pU want %pU",
634 header->fsid, fs_info->fs_devices->fsid);
/linux-master/fs/nfs/
H A Dinode.c2088 "fsid %s: expected fileid 0x%Lx, got 0x%Lx\n",
2107 /* Update the fsid? */
2109 !nfs_fsid_equal(&server->fsid, &fattr->fsid) &&
2111 server->fsid = fattr->fsid;
H A Dsuper.c1221 if (memcmp(&old->fsid, &server->fsid, sizeof(old->fsid)) != 0)
H A Dpnfs.c906 struct nfs_fsid *fsid,
916 if (memcmp(&server->fsid, fsid, sizeof(*fsid)) != 0)
905 pnfs_destroy_layouts_byfsid(struct nfs_client *clp, struct nfs_fsid *fsid, bool is_recall) argument
H A Dnfs4state.c1293 (unsigned long long)server->fsid.major,
1294 (unsigned long long)server->fsid.minor,
2124 (unsigned long long)server->fsid.major,
2125 (unsigned long long)server->fsid.minor,
H A Dnfs4proc.c4262 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
4263 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
4272 * we detect fsid mismatch in inode revalidation
4296 * If the fsid didn't change, this is a migration event, not a
4300 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &fattr->fsid)) {
4301 dprintk("%s: server did not return a different fsid fo
[all...]
H A Dnfs4client.c1126 (unsigned long long) server->fsid.major,
1127 (unsigned long long) server->fsid.minor);
H A Dinternal.h23 if (!nfs_fsid_equal(&NFS_SB(parent)->fsid, &fattr->fsid))
H A Dfscache.c107 !nfs_append_int(key, &len, nfss->fsid.major) ||
108 !nfs_append_int(key, &len, nfss->fsid.minor) ||
H A Dclient.c1094 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
1097 (unsigned long long) server->fsid.major,
1098 (unsigned long long) server->fsid.minor);
1135 server->fsid = fattr->fsid;
1332 char fsid[34]; // 2 * 16 for %llx, 1 for ':', 1 for '\0' local
1348 snprintf(fsid, sizeof(fsid), "
[all...]
/linux-master/fs/smb/client/
H A Dcifspdu.h2123 __le32 fsid; member in struct:__anon57
2186 __le64 FileSysIdentifier; /* fsid */
/linux-master/fs/erofs/
H A Dsuper.c421 fsparam_string("fsid", Opt_fsid),
519 kfree(sbi->fsid);
520 sbi->fsid = kstrdup(param->string, GFP_KERNEL);
521 if (!sbi->fsid)
697 if (IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND) && sbi->fsid)
711 if (new_sbi->fsid || new_sbi->domain_id)
712 erofs_info(sb, "ignoring reconfiguration for fsid|domain_id.");
756 kfree(sbi->fsid);
794 if (IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND) && sbi->fsid)
802 kfree(sbi->fsid);
[all...]
H A Dinternal.h179 char *fsid; member in struct:erofs_sb_info
H A Dfscache.c418 domain_id ? domain_id : sbi->fsid);
652 * the primary data blob (aka fsid) is unique in the shared domain.
662 fscache = erofs_fscache_register_cookie(sb, sbi->fsid, flags);
/linux-master/fs/9p/
H A Dvfs_super.c235 buf->f_fsid = u64_to_fsid(rs.fsid);
/linux-master/fs/ceph/
H A Dmds_client.c5851 struct ceph_fsid fsid; local
5854 ceph_decode_need(&p, end, sizeof(fsid)+2*sizeof(u32), bad);
5855 ceph_decode_copy(&p, &fsid, sizeof(fsid));
5856 if (ceph_check_fsid(mdsc->fsc->client, &fsid) < 0)
H A Dfile.c2911 if (ceph_fsid_compare(&src_fsc->client->fsid,
2912 &dst_fsc->client->fsid)) {
2914 &src_fsc->client->fsid, &dst_fsc->client->fsid);
/linux-master/net/9p/
H A Dclient.c1893 &sb->files, &sb->ffree, &sb->fsid, &sb->namelen);
1901 "<<< RSTATFS fid %d type 0x%x bsize %u blocks %llu bfree %llu bavail %llu files %llu ffree %llu fsid %llu namelen %u\n",
1903 sb->bavail, sb->files, sb->ffree, sb->fsid, sb->namelen);
/linux-master/fs/cramfs/
H A Dinode.c566 sbi->blocks = super->fsid.blocks;
567 sbi->files = super->fsid.files;
/linux-master/fs/nfsd/
H A Dtrace.h314 __array(u32, fsid, 6)
320 memcpy(__entry->fsid, key->ek_fsid, 4*6);
324 TP_printk("fsid=%x::%s domain=%s status=%d",
326 __print_array(__entry->fsid, 6, 4),
337 __array(u32, fsid, 6)
344 memcpy(__entry->fsid, key->ek_fsid, 4*6);
349 TP_printk("fsid=%x::%s domain=%s path=%s cache=%s",
351 __print_array(__entry->fsid, 6, 4),
/linux-master/include/linux/
H A Dnfs_xdr.h64 struct nfs_fsid fsid; member in struct:nfs_fattr
/linux-master/include/uapi/linux/
H A Dfanotify.h168 __kernel_fsid_t fsid; member in struct:fanotify_event_info_fid
/linux-master/fs/notify/fanotify/
H A Dfanotify.c32 static unsigned int fanotify_hash_fsid(__kernel_fsid_t *fsid) argument
34 return hash_32(fsid->val[0], FANOTIFY_EVENT_HASH_BITS) ^
35 hash_32(fsid->val[1], FANOTIFY_EVENT_HASH_BITS);
65 return fanotify_fsid_equal(&ffe1->fsid, &ffe2->fsid) &&
114 if (!fanotify_fsid_equal(&fne1->fsid, &fne2->fsid))
124 if (!fanotify_fsid_equal(&fee1->fsid, &fee2->fsid))
574 __kernel_fsid_t *fsid,
573 fanotify_alloc_fid_event(struct inode *id, __kernel_fsid_t *fsid, unsigned int *hash, gfp_t gfp) argument
593 fanotify_alloc_name_event(struct inode *dir, __kernel_fsid_t *fsid, const struct qstr *name, struct inode *child, struct dentry *moved, unsigned int *hash, gfp_t gfp) argument
668 fanotify_alloc_error_event( struct fsnotify_group *group, __kernel_fsid_t *fsid, const void *data, int data_type, unsigned int *hash) argument
706 fanotify_alloc_event( struct fsnotify_group *group, u32 mask, const void *data, int data_type, struct inode *dir, const struct qstr *file_name, __kernel_fsid_t *fsid, u32 match_mask) argument
844 __kernel_fsid_t fsid = {}; local
889 __kernel_fsid_t fsid = {}; local
[all...]

Completed in 825 milliseconds

1234