Searched refs:fsid (Results 1 - 25 of 86) sorted by relevance

1234

/linux-master/include/linux/ceph/
H A Dceph_debug.h26 &client->fsid, client->monc.auth->global_id, \
37 &client->fsid, \
50 pr_debug(" [%pU %llu] %s: " fmt, &client->fsid, \
56 pr_notice("[%pU %llu]: " fmt, &client->fsid, \
59 pr_info("[%pU %llu]: " fmt, &client->fsid, \
62 pr_warn("[%pU %llu]: " fmt, &client->fsid, \
65 pr_warn_once("[%pU %llu]: " fmt, &client->fsid, \
68 pr_err("[%pU %llu]: " fmt, &client->fsid, \
71 pr_warn_ratelimited("[%pU %llu]: " fmt, &client->fsid, \
74 pr_err_ratelimited("[%pU %llu]: " fmt, &client->fsid, \
[all...]
H A Dlibceph.h49 struct ceph_fsid fsid; member in struct:ceph_options
116 struct ceph_fsid fsid; member in struct:ceph_client
289 extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid);
290 extern int ceph_parse_fsid(const char *str, struct ceph_fsid *fsid);
H A Dceph_fs.h183 struct ceph_fsid fsid; member in struct:ceph_mon_statfs
194 struct ceph_fsid fsid; member in struct:ceph_mon_statfs_reply
201 struct ceph_fsid fsid; member in struct:ceph_mon_command
209 struct ceph_fsid fsid; member in struct:ceph_osd_getmap
215 struct ceph_fsid fsid; member in struct:ceph_mds_getmap
231 struct ceph_fsid fsid; member in struct:ceph_mon_subscribe_ack
H A Dmon_client.h19 struct ceph_fsid fsid; member in struct:ceph_monmap
/linux-master/fs/nfs/
H A Dnfs4getroot.c37 memcpy(&server->fsid, &fsinfo.fattr->fsid, sizeof(server->fsid));
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/include/uapi/linux/
H A Ddlm_plock.h39 __u32 fsid; member in struct:dlm_plock_info
H A Dcramfs_fs.h61 struct cramfs_info fsid; /* unique filesystem info */ member in struct:cramfs_super
72 #define CRAMFS_FLAG_FSID_VERSION_2 0x00000001 /* fsid version #2 */
/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...]
H A Dfanotify_user.c412 static int copy_fid_info_to_user(__kernel_fsid_t *fsid, struct fanotify_fh *fh, argument
452 info.fsid = *fsid;
1202 struct fan_fsid *fsid)
1208 FANOTIFY_MARK(mark)->fsid = fsid->id;
1210 if (fsid->weak)
1213 /* First mark added will determine if group is single or multi fsid */
1231 /* Do not allow mixing of marks with weak and strong fsid */
1235 /* Allow mixing of marks with strong fsid fro
1200 fanotify_set_mark_fsid(struct fsnotify_group *group, struct fsnotify_mark *mark, struct fan_fsid *fsid) argument
1251 fanotify_add_new_mark(struct fsnotify_group *group, fsnotify_connp_t *connp, unsigned int obj_type, unsigned int fan_flags, struct fan_fsid *fsid) argument
1346 fanotify_add_mark(struct fsnotify_group *group, fsnotify_connp_t *connp, unsigned int obj_type, __u32 mask, unsigned int fan_flags, struct fan_fsid *fsid) argument
1395 fanotify_add_vfsmount_mark(struct fsnotify_group *group, struct vfsmount *mnt, __u32 mask, unsigned int flags, struct fan_fsid *fsid) argument
1403 fanotify_add_sb_mark(struct fsnotify_group *group, struct super_block *sb, __u32 mask, unsigned int flags, struct fan_fsid *fsid) argument
1411 fanotify_add_inode_mark(struct fsnotify_group *group, struct inode *inode, __u32 mask, unsigned int flags, struct fan_fsid *fsid) argument
1624 fanotify_test_fsid(struct dentry *dentry, unsigned int flags, struct fan_fsid *fsid) argument
1747 struct fan_fsid __fsid, *fsid = NULL; local
[all...]
H A Dfanotify.h285 __kernel_fsid_t fsid; member in struct:fanotify_fid_event
298 __kernel_fsid_t fsid; member in struct:fanotify_name_event
313 __kernel_fsid_t fsid; /* FSID this error refers to. */ member in struct:fanotify_error_event
327 return &FANOTIFY_FE(event)->fsid;
329 return &FANOTIFY_NE(event)->fsid;
331 return &FANOTIFY_EE(event)->fsid;
494 __kernel_fsid_t fsid; member in struct:fanotify_mark
/linux-master/fs/orangefs/
H A Dorangefs-utils.c16 __s32 fsid = ORANGEFS_FS_ID_NULL; local
21 fsid = op->upcall.req.io.refn.fs_id;
24 fsid = op->upcall.req.lookup.parent_refn.fs_id;
27 fsid = op->upcall.req.create.parent_refn.fs_id;
30 fsid = op->upcall.req.getattr.refn.fs_id;
33 fsid = op->upcall.req.remove.parent_refn.fs_id;
36 fsid = op->upcall.req.mkdir.parent_refn.fs_id;
39 fsid = op->upcall.req.readdir.refn.fs_id;
42 fsid = op->upcall.req.setattr.refn.fs_id;
45 fsid
[all...]
H A Ddevorangefs-req.c105 static int fs_mount_pending(__s32 fsid) argument
112 if (orangefs_sb->fs_id == fsid) {
193 __s32 fsid; local
201 fsid = fsid_of_op(op);
202 if (fsid != ORANGEFS_FS_ID_NULL) {
205 ret = fs_mount_pending(fsid);
235 fsid);
/linux-master/fs/ceph/
H A Dcache.c88 const struct ceph_fsid *fsid = &fsc->client->fsid; local
94 name = kasprintf(GFP_KERNEL, "ceph,%pU%s%s", fsid, uniq_len ? "," : "",
/linux-master/include/linux/
H A Dstatfs.h47 extern int vfs_get_fsid(struct dentry *dentry, __kernel_fsid_t *fsid);
54 /* Fold 16 bytes uuid to 64 bit fsid */
/linux-master/samples/fanotify/
H A Dfs-monitor.c98 fid->fsid.val[0], fid->fsid.val[1]);
/linux-master/fs/overlayfs/
H A Dinode.c98 static void ovl_map_dev_ino(struct dentry *dentry, struct kstat *stat, int fsid) argument
117 * overlay st_ino address space. The high bits holds the fsid
118 * (upper fsid is 0). The lowest xinobit is reserved for mapping
124 stat->ino |= ((u64)fsid) << (xinoshift + 1);
153 stat->dev = ofs->fs[fsid].pseudo_dev;
166 int fsid = 0; local
192 fsid = ovl_layer_lower(dentry)->fsid;
222 fsid = ovl_layer_lower(dentry)->fsid;
848 ovl_map_ino(struct inode *inode, unsigned long ino, int fsid) argument
887 ovl_inode_init(struct inode *inode, struct ovl_inode_params *oip, unsigned long ino, int fsid) argument
1221 int fsid = bylower ? lowerpath->layer->fsid : 0; local
[all...]
H A Dsuper.c513 upper_layer->fsid = 0;
925 /* Get a unique fsid for the layer */
973 * The fsid after the last lower fsid is used for the data layers.
994 * idx/fsid 0 are reserved for upper fs even with lower only overlay
995 * and the last fsid is reserved for "null fs" of the data layers.
1021 int fsid; local
1024 fsid = ovl_get_fsid(ofs, &l->path);
1026 fsid = ovl_get_data_fsid(ofs);
1027 if (fsid <
1247 int fsid = lowerpath->layer->fsid; local
1284 ovl_inode_init(d_inode(root), &oip, ino, fsid); local
[all...]
H A Dovl_entry.h41 /* One fsid per unique underlying sb (upper fsid == 0) */
42 int fsid; member in struct:ovl_layer
/linux-master/net/ceph/
H A Dceph_common.c103 * Initially learn our fsid, or verify an fsid matches.
105 int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid) argument
108 if (ceph_fsid_compare(&client->fsid, fsid)) {
109 pr_err("bad fsid, had %pU got %pU",
110 &client->fsid, fsid);
114 memcpy(&client->fsid, fsid, sizeo
193 ceph_parse_fsid(const char *str, struct ceph_fsid *fsid) argument
[all...]
/linux-master/fs/dlm/
H A Dplock.c52 if (iter->info.fsid == info->fsid &&
144 op->info.fsid = ls->ls_global_id;
321 op->info.fsid = ls->ls_global_id;
380 info.fsid = ls->ls_global_id;
442 op->info.fsid = ls->ls_global_id;
550 iter->info.fsid == info.fsid) {
582 info.fsid, (unsigned long long)info.number);
/linux-master/fs/nfsd/
H A Dnfsxdr.c222 u32 fsid; local
247 fsid = (u32)fhp->fh_export->ex_fsid;
250 fsid = ((u32 *)fhp->fh_export->ex_uuid)[0];
251 fsid ^= ((u32 *)fhp->fh_export->ex_uuid)[1];
252 fsid ^= ((u32 *)fhp->fh_export->ex_uuid)[2];
253 fsid ^= ((u32 *)fhp->fh_export->ex_uuid)[3];
256 fsid = new_encode_dev(stat->dev);
259 *p++ = cpu_to_be32(fsid);
H A Dpnfs.h18 u32 fsid[]; member in struct:nfsd4_deviceid_map
/linux-master/fs/btrfs/
H A Dextent_io.h323 const void *fsid)
325 write_extent_buffer(eb, fsid, offsetof(struct btrfs_header, fsid),
322 write_extent_buffer_fsid(const struct extent_buffer *eb, const void *fsid) argument
/linux-master/fs/erofs/
H A Dsuper.c421 fsparam_string("fsid", Opt_fsid),
519 kfree(ctx->fsid);
520 ctx->fsid = kstrdup(param->string, GFP_KERNEL);
521 if (!ctx->fsid)
601 sbi->fsid = ctx->fsid;
602 ctx->fsid = NULL;
711 if (IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND) && ctx->fsid)
725 if (ctx->fsid || ctx->domain_id)
726 erofs_info(sb, "ignoring reconfiguration for fsid|domain_i
[all...]

Completed in 730 milliseconds

1234