Searched refs:fsid (Results 51 - 75 of 86) sorted by relevance

1234

/linux-master/fs/nfsd/
H A Dexport.c80 /* client fsidtype fsid expiry [path] */
120 dprintk("found fsid length %d\n", len);
185 seq_puts(m, "#domain fsidtype fsid [path]\n");
425 dprintk("exp_export: export of non-dev fs without fsid\n");
598 /* client path expiry [flags anonuid anongid fsid] */
664 /* fsid */
741 static void exp_flags(struct seq_file *m, int flag, int fsid,
1225 * export point with fsid==0
1321 static void exp_flags(struct seq_file *m, int flag, int fsid, argument
1328 seq_printf(m, ",fsid
[all...]
H A Dnfs4layouts.c42 /* pNFS device ID to export fsid mapping */
68 memcpy(&map->fsid, fh->fh_fsid, fsid_len);
78 if (memcmp(old->fsid, fh->fh_fsid,
/linux-master/fs/nfs/
H A Dsuper.c1221 if (memcmp(&old->fsid, &server->fsid, sizeof(old->fsid)) != 0)
H A Dnfs2xdr.c258 * unsigned int fsid;
300 fattr->fsid.major = be32_to_cpup(p++);
301 fattr->fsid.minor = 0;
H A Dinternal.h23 if (!nfs_fsid_equal(&NFS_SB(parent)->fsid, &fattr->fsid))
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 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 Dnfs4client.c1126 (unsigned long long) server->fsid.major,
1127 (unsigned long long) server->fsid.minor);
H A Dnfs3xdr.c616 * uint64 fsid;
648 p = xdr_decode_hyper(p, &fattr->fsid.major);
649 fattr->fsid.minor = 0;
H A Dnfs4xdr.c3437 static int decode_attr_fsid(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fsid *fsid) argument
3442 fsid->major = 0;
3443 fsid->minor = 0;
3450 p = xdr_decode_hyper(p, &fsid->major);
3451 xdr_decode_hyper(p, &fsid->minor);
3455 dprintk("%s: fsid=(0x%Lx/0x%Lx)\n", __func__,
3456 (unsigned long long)fsid->major,
3457 (unsigned long long)fsid->minor);
4676 status = decode_attr_fsid(xdr, bitmap, &fattr->fsid);
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 Dpnfs.h278 struct nfs_fsid *fsid,
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
/linux-master/include/linux/ceph/
H A Drados.h16 unsigned char fsid[16]; member in struct:ceph_fsid
/linux-master/fs/erofs/
H A Dinternal.h179 char *fsid; member in struct:erofs_sb_info
/linux-master/net/ceph/
H A Dosdmap.c24 printk(KERN_INFO "%s (%pU e%u): %pV", KBUILD_MODNAME, &map->fsid,
1682 /* fsid, epoch, created, modified */
1683 ceph_decode_need(p, end, sizeof(map->fsid) + sizeof(u32) +
1685 ceph_decode_copy(p, &map->fsid, sizeof(map->fsid));
1968 struct ceph_fsid fsid; local
1985 /* fsid, epoch, modified, new_pool_max, new_flags */
1986 ceph_decode_need(p, end, sizeof(fsid) + sizeof(u32) + sizeof(modified) +
1988 ceph_decode_copy(p, &fsid, sizeof(fsid));
[all...]
H A Ddebugfs.c411 snprintf(name, sizeof(name), "%pU.client%lld", &client->fsid,
/linux-master/fs/cramfs/
H A Dinode.c566 sbi->blocks = super->fsid.blocks;
567 sbi->files = super->fsid.files;
/linux-master/include/trace/events/
H A Dbtrfs.h162 #define TP_STRUCT__entry_fsid __array(u8, fsid, BTRFS_FSID_SIZE)
167 memcpy(__entry->fsid, fs_info->fs_devices->fsid, \
170 memset(__entry->fsid, 0, BTRFS_FSID_SIZE); \
182 TP_printk("%pU: " fmt, __entry->fsid, args)
/linux-master/fs/gfs2/
H A Dglock.c2186 static void dump_glock(struct seq_file *seq, struct gfs2_glock *gl, bool fsid) argument
2189 gfs2_dump_glock(seq, gl, fsid);
2358 * @fsid: If true, also dump the file system id
2372 void gfs2_dump_glock(struct seq_file *seq, struct gfs2_glock *gl, bool fsid) argument
2388 if (fsid && sdp) /* safety precaution */
2389 sprintf(fs_id_buf, "fsid=%s: ", sdp->sd_fsname);
/linux-master/fs/btrfs/
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/overlayfs/
H A Doverlayfs.h796 unsigned long ino, int fsid);
/linux-master/fs/ceph/
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);

Completed in 395 milliseconds

1234