Searched refs:fid (Results 26 - 50 of 267) sorted by relevance

1234567891011

/linux-master/fs/9p/
H A Dxattr.h15 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name,
19 int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name,
H A Dvfs_inode.c28 #include "fid.h"
369 v9fs_fid_iget(struct super_block *sb, struct p9_fid *fid, bool new) argument
378 inode = iget_locked(sb, QID2INO(&fid->qid));
389 inode = iget_locked(sb, QID2INO(&fid->qid));
399 st = p9_client_stat(fid);
406 retval = v9fs_init_inode(v9ses, inode, &fid->qid, umode, rdev);
486 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", retval);
540 struct p9_fid *dfid, *ofid = NULL, *fid = NULL; local
549 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", err);
553 /* clone a fid t
617 struct p9_fid *fid; local
644 struct p9_fid *fid; local
679 struct p9_fid *dfid, *fid; local
736 struct p9_fid *fid; local
946 struct p9_fid *fid; local
994 struct p9_fid *fid = NULL; local
1140 struct p9_fid *fid; local
1190 struct p9_fid *fid; local
1302 v9fs_refresh_inode(struct p9_fid *fid, struct inode *inode) argument
[all...]
H A Dacl.c18 #include "fid.h"
20 static struct posix_acl *v9fs_fid_get_acl(struct p9_fid *fid, const char *name) argument
26 size = v9fs_fid_xattr_get(fid, name, NULL, 0);
36 size = v9fs_fid_xattr_get(fid, name, value, size);
49 struct p9_fid *fid; local
52 fid = v9fs_fid_lookup(dentry);
53 if (IS_ERR(fid))
54 return ERR_CAST(fid);
56 acl = v9fs_fid_get_acl(fid, name);
57 p9_fid_put(fid);
61 __v9fs_get_acl(struct p9_fid *fid, const char *name) argument
78 v9fs_get_acl(struct inode *inode, struct p9_fid *fid) argument
248 v9fs_set_acl(struct p9_fid *fid, int type, struct posix_acl *acl) argument
282 v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) argument
301 v9fs_set_create_acl(struct inode *inode, struct p9_fid *fid, struct posix_acl *dacl, struct posix_acl *acl) argument
[all...]
H A Dvfs_inode_dotl.c26 #include "fid.h"
58 v9fs_fid_iget_dotl(struct super_block *sb, struct p9_fid *fid, bool new) argument
65 inode = iget_locked(sb, QID2INO(&fid->qid));
76 inode = iget_locked(sb, QID2INO(&fid->qid));
86 st = p9_client_getattr_dotl(fid, P9_STATS_BASIC | P9_STATS_GEN);
92 retval = v9fs_init_inode(v9ses, inode, &fid->qid,
101 retval = v9fs_get_acl(inode, fid);
191 struct p9_fid *fid = NULL; local
219 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", err);
223 /* clone a fid t
312 struct p9_fid *fid = NULL, *dfid = NULL; local
382 struct p9_fid *fid; local
476 struct p9_fid *fid = NULL; local
648 struct p9_fid *fid = NULL; local
720 struct p9_fid *fid; local
752 struct p9_fid *fid = NULL, *dfid = NULL; local
822 struct p9_fid *fid; local
842 v9fs_refresh_inode_dotl(struct p9_fid *fid, struct inode *inode) argument
[all...]
H A Dvfs_super.c27 #include "fid.h"
113 struct p9_fid *fid; local
122 fid = v9fs_session_init(v9ses, dev_name, data);
123 if (IS_ERR(fid)) {
124 retval = PTR_ERR(fid);
142 inode = v9fs_get_inode_from_fid(v9ses, fid, sb, true);
154 retval = v9fs_get_acl(inode, fid);
157 v9fs_fid_add(root, &fid);
163 p9_fid_put(fid);
172 * in the below call. But we need to clunk fid, becaus
214 struct p9_fid *fid; local
[all...]
H A DMakefile13 fid.o \
/linux-master/include/trace/events/
H A Dafs.h646 TP_PROTO(struct afs_call *call, const struct afs_fid *fid),
648 TP_ARGS(call, fid),
653 __field_struct(struct afs_fid, fid)
659 if (fid) {
660 __entry->fid = *fid;
662 __entry->fid.vid = 0;
663 __entry->fid.vnode = 0;
664 __entry->fid.unique = 0;
670 __entry->fid
[all...]
/linux-master/fs/afs/
H A Dfsclient.c21 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid) argument
25 fid->vid = ntohl(*bp++);
26 fid->vnode = ntohl(*bp++);
27 fid->unique = ntohl(*bp++);
279 key_serial(op->key), vp->fid.vid, vp->fid.vnode);
289 bp[1] = htonl(vp->fid.vid);
290 bp[2] = htonl(vp->fid.vnode);
291 bp[3] = htonl(vp->fid.unique);
293 call->fid
[all...]
H A Dyfsclient.c20 static void xdr_decode_YFSFid(const __be32 **_bp, struct afs_fid *fid) argument
24 fid->vid = xdr_to_u64(x->volume);
25 fid->vnode = xdr_to_u64(x->vnode.lo);
26 fid->vnode_hi = ntohl(x->vnode.hi);
27 fid->unique = ntohl(x->vnode.unique);
45 static __be32 *xdr_encode_YFSFid(__be32 *bp, struct afs_fid *fid) argument
49 x->volume = u64_to_xdr(fid->vid);
50 x->vnode.lo = u64_to_xdr(fid->vnode);
51 x->vnode.hi = htonl(fid->vnode_hi);
52 x->vnode.unique = htonl(fid
641 struct afs_fid fid; local
[all...]
H A Dcallback.c95 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, true);
97 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, false);
190 struct afs_fid *fid)
204 inode = find_inode_rcu(sb, fid->vnode, afs_ilookup5_test_by_fid, fid);
209 trace_afs_cb_miss(fid, afs_cb_break_for_callback);
219 afs_volid_t vid = cbb->fid.vid;
224 if (cbb->fid.vnode == 0 && cbb->fid.unique == 0) {
235 if (cbb->fid
188 afs_break_one_callback(struct afs_server *server, struct afs_volume *volume, struct afs_fid *fid) argument
[all...]
H A Ddynroot.c32 struct afs_fid *fid = opaque; local
35 vnode->fid = *fid;
36 inode->i_ino = fid->vnode;
37 inode->i_generation = fid->unique;
50 struct afs_fid fid = {}; local
55 fid.vid = as->volume->vid;
57 fid.vnode = 1;
58 fid.unique = 1;
60 fid
[all...]
H A Dinode.c43 vnode->fid.vid,
44 vnode->fid.vnode,
45 vnode->fid.unique);
48 parent_vnode->fid.vid,
49 parent_vnode->fid.vnode,
50 parent_vnode->fid.unique);
76 vp->fid.vid, vp->fid.vnode, vp->fid.unique,
174 vp->fid
387 struct afs_fid *fid = opaque; local
[all...]
/linux-master/arch/csky/include/uapi/asm/
H A Dptrace.h46 unsigned long fid; member in struct:user_fp
/linux-master/drivers/s390/char/
H A Dsclp_pci.c41 u32 fid; member in struct:err_notify_evbuf
58 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) argument
72 sccb->aid = fid;
91 int sclp_pci_configure(u32 fid) argument
93 return do_pci_configure(SCLP_CMDW_CONFIGURE_PCI, fid);
97 int sclp_pci_deconfigure(u32 fid) argument
99 return do_pci_configure(SCLP_CMDW_DECONFIGURE_PCI, fid);
130 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid) argument
171 sccb->evbuf.fid = fid;
[all...]
/linux-master/fs/btrfs/
H A Dexport.c21 struct btrfs_fid *fid = (struct btrfs_fid *)fh; local
36 fid->objectid = btrfs_ino(BTRFS_I(inode));
37 fid->root_objectid = btrfs_root_id(BTRFS_I(inode)->root);
38 fid->gen = inode->i_generation;
43 fid->parent_objectid = BTRFS_I(parent)->location.objectid;
44 fid->parent_gen = parent->i_generation;
47 if (parent_root_id != fid->root_objectid) {
48 fid->parent_root_objectid = parent_root_id;
100 static struct dentry *btrfs_fh_to_parent(struct super_block *sb, struct fid *fh,
103 struct btrfs_fid *fid local
127 struct btrfs_fid *fid = (struct btrfs_fid *) fh; local
[all...]
/linux-master/drivers/cpufreq/
H A Dpowernow-k7.c60 unsigned long fid:5, member in struct:powernow_acpi_control_t::__anon146
175 u8 fid, vid; local
183 fid = *pst++;
185 powernow_table[j].frequency = (fsb * fid_codes[fid]) / 10;
186 powernow_table[j].driver_data = fid; /* lower 8 bits */
190 if ((fid_codes[fid] % 10) == 5) {
206 "VID: 0x%x (%d.%03dV)\n", fid, fid_codes[fid] / 10,
207 fid_codes[fid] % 10, speed/1000, vid,
218 static void change_FID(int fid) argument
250 u8 fid, vid; local
352 u8 fid, vid; local
[all...]
/linux-master/tools/power/cpupower/utils/helpers/
H A Damd.c22 unsigned fid:6; member in struct:core_pstate::__anon493
36 unsigned fid:8; member in struct:core_pstate::__anon494
64 int fid, did, cof; local
68 fid = pstate.pstatedef.fid;
69 cof = 200 * fid / did;
72 fid = pstate.pstate.fid;
75 cof = (100 * (fid + t)) >> did;
/linux-master/fs/efs/
H A Dnamei.c96 struct dentry *efs_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
99 return generic_fh_to_dentry(sb, fid, fh_len, fh_type,
103 struct dentry *efs_fh_to_parent(struct super_block *sb, struct fid *fid, argument
106 return generic_fh_to_parent(sb, fid, fh_len, fh_type,
H A Defs.h126 struct fid;
137 extern struct dentry *efs_fh_to_dentry(struct super_block *sb, struct fid *fid,
139 extern struct dentry *efs_fh_to_parent(struct super_block *sb, struct fid *fid,
/linux-master/fs/squashfs/
H A Dexport.c83 struct fid *fid, int fh_len, int fh_type)
89 return squashfs_export_iget(sb, fid->i32.ino);
94 struct fid *fid, int fh_len, int fh_type)
99 return squashfs_export_iget(sb, fid->i32.parent_ino);
82 squashfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
93 squashfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
/linux-master/drivers/w1/slaves/
H A Dw1_smem.c22 .fid = W1_FAMILY_SMEM_01,
26 .fid = W1_FAMILY_SMEM_81,
/linux-master/fs/coda/
H A Dcoda_fs_i.h53 struct inode *coda_iget(struct super_block *sb, struct CodaFid *fid, struct coda_vattr *attr);
55 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb);
/linux-master/arch/riscv/kernel/
H A Dsbi.c23 static int (*__sbi_rfence)(int fid, const struct cpumask *cpu_mask,
27 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, argument
40 register uintptr_t a6 asm ("a6") = (uintptr_t)(fid);
159 static int __sbi_rfence_v01(int fid, const struct cpumask *cpu_mask, argument
171 switch (fid) {
187 pr_err("SBI call [%d]not supported in SBI v0.1\n", fid);
211 static int __sbi_rfence_v01(int fid, const struct cpumask *cpu_mask, argument
249 static int __sbi_rfence_v02_call(unsigned long fid, unsigned long hmask, argument
258 switch (fid) {
260 ret = sbi_ecall(ext, fid, hmas
302 __sbi_rfence_v02(int fid, const struct cpumask *cpu_mask, unsigned long start, unsigned long size, unsigned long arg4, unsigned long arg5) argument
531 __sbi_base_ecall(int fid) argument
[all...]
/linux-master/fs/smb/client/
H A Dtrace.h91 __u64 fid,
98 xid, fid, tid, sesid, offset, len, rc),
103 __field(__u64, fid)
114 __entry->fid = fid;
121 TP_printk("\tR=%08x[%x] xid=%u sid=0x%llx tid=0x%x fid=0x%llx offset=0x%llx len=0x%x rc=%d",
123 __entry->xid, __entry->sesid, __entry->tid, __entry->fid,
132 __u64 fid, \
138 TP_ARGS(rreq_debug_id, rreq_debug_index, xid, fid, tid, sesid, offset, len, rc))
145 __u64 fid,
[all...]
/linux-master/samples/fanotify/
H A Dfs-monitor.c61 struct fanotify_event_info_fid *fid; local
95 fid = (struct fanotify_event_info_fid *) info;
98 fid->fsid.val[0], fid->fsid.val[1]);
99 print_fh((struct file_handle *) &fid->handle);

Completed in 422 milliseconds

1234567891011