Searched refs:fid (Results 201 - 225 of 267) sorted by last modified time

1234567891011

/linux-master/fs/9p/
H A Dfid.c19 #include "fid.h"
21 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) argument
23 hlist_add_head(&fid->dlist, (struct hlist_head *)&dentry->d_fsdata);
28 * v9fs_fid_add - add a fid to a dentry
29 * @dentry: dentry that the fid is being added to
30 * @pfid: fid to add, NULLed out
35 struct p9_fid *fid = *pfid; local
38 __add_fid(dentry, fid);
53 * v9fs_fid_find_inode - search for an open fid off of the inode list
54 * @inode: return a fid pointin
64 struct p9_fid *fid, *ret = NULL; local
95 struct p9_fid *fid = *pfid; local
115 struct p9_fid *fid, *ret; local
177 struct p9_fid *fid, *root_fid, *old_fid; local
[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 Dacl.h10 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid);
17 int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid);
18 int v9fs_set_create_acl(struct inode *inode, struct p9_fid *fid,
27 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) argument
31 static inline int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) argument
36 struct p9_fid *fid,
35 v9fs_set_create_acl(struct inode *inode, struct p9_fid *fid, struct posix_acl *dacl, struct posix_acl *acl) argument
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.c82 req->fid = cpu_to_le16(bp->pf.vf[vf_rep->vf_idx].fw_fid);
/linux-master/fs/nfs/
H A Dexport.c64 nfs_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
68 struct nfs_fh *server_fh = nfs_exp_embedfh(fid->raw);
74 u32 *p = fid->raw;
/linux-master/drivers/w1/slaves/
H A Dw1_ds28e17.c751 .fid = W1_FAMILY_DS28E17,
H A Dw1_ds28e04.c409 .fid = W1_FAMILY_DS28E04,
H A Dw1_ds2781.c149 .fid = W1_FAMILY_DS2781,
H A Dw1_ds2805.c290 .fid = W1_EEPROM_DS2805,
H A Dw1_ds2780.c152 .fid = W1_FAMILY_DS2780,
H A Dw1_ds2408.c345 .fid = W1_FAMILY_DS2408,
H A Dw1_ds2413.c153 .fid = W1_FAMILY_DS2413,
H A Dw1_ds2406.c148 .fid = W1_FAMILY_DS2406,
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.c878 AMAP_SET_BITS(struct amap_mcc_context, fid, ctxt,
/linux-master/drivers/power/supply/
H A Dmax1721x_battery.c439 .fid = W1_MAX1721X_FAMILY_ID,
/linux-master/fs/jfs/
H A Djfs_inode.h8 struct fid;
25 extern struct dentry *jfs_fh_to_dentry(struct super_block *sb, struct fid *fid,
27 extern struct dentry *jfs_fh_to_parent(struct super_block *sb, struct fid *fid,
/linux-master/fs/coda/
H A Dupcall.c92 int venus_getattr(struct super_block *sb, struct CodaFid *fid, argument
101 inp->coda_getattr.VFid = *fid;
111 int venus_setattr(struct super_block *sb, struct CodaFid *fid, argument
121 inp->coda_setattr.VFid = *fid;
130 int venus_lookup(struct super_block *sb, struct CodaFid *fid, argument
143 inp->coda_lookup.VFid = *fid;
160 int venus_close(struct super_block *sb, struct CodaFid *fid, int flags, argument
171 inp->coda_close.VFid = *fid;
180 int venus_open(struct super_block *sb, struct CodaFid *fid, argument
190 inp->coda_open_by_fd.VFid = *fid;
347 venus_readlink(struct super_block *sb, struct CodaFid *fid, char *buffer, int *length) argument
379 venus_link(struct super_block *sb, struct CodaFid *fid, struct CodaFid *dirfid, const char *name, int len ) argument
405 venus_symlink(struct super_block *sb, struct CodaFid *fid, const char *name, int len, const char *symname, int symlen) argument
440 venus_fsync(struct super_block *sb, struct CodaFid *fid) argument
456 venus_access(struct super_block *sb, struct CodaFid *fid, int mask) argument
475 venus_pioctl(struct super_block *sb, struct CodaFid *fid, unsigned int cmd, struct PioctlData *data) argument
572 venus_access_intent(struct super_block *sb, struct CodaFid *fid, bool *access_intent_supported, size_t count, loff_t ppos, int type) argument
859 struct CodaFid *fid = NULL, *newfid; local
[all...]
/linux-master/fs/afs/
H A Dsecurity.c153 vnode->fid.vid, vnode->fid.vnode, key_serial(key), caller_access);
310 vnode->fid.vid, vnode->fid.vnode, key_serial(key));
350 vnode->fid.vid, vnode->fid.vnode, key_serial(key));
407 vnode->fid.vid, vnode->fid.vnode, vnode->flags, mask);
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dswitchdev.h17 u16 fid);
H A Dswitchdev.c26 if (ctx->fid_search == entry->fid) {
34 static int mv88e6xxx_find_vid(struct mv88e6xxx_chip *chip, u16 fid, u16 *vid) argument
39 ctx.fid_search = fid;
54 struct mv88e6xxx_atu_entry *entry, u16 fid)
65 err = mv88e6xxx_find_vid(chip, fid, &vid);
53 mv88e6xxx_handle_miss_violation(struct mv88e6xxx_chip *chip, int port, struct mv88e6xxx_atu_entry *entry, u16 fid) argument
H A Dglobal1_atu.c20 static int mv88e6xxx_g1_atu_fid_write(struct mv88e6xxx_chip *chip, u16 fid) argument
22 return mv88e6xxx_g1_write(chip, MV88E6352_G1_ATU_FID, fid & 0xfff);
132 static int mv88e6xxx_g1_atu_op(struct mv88e6xxx_chip *chip, u16 fid, u16 op) argument
139 err = mv88e6xxx_g1_atu_fid_write(chip, fid);
150 val = (val & 0x0fff) | ((fid << 8) & 0xf000);
157 op |= (fid & 0x30) << 4;
161 op |= fid & 0xf;
172 int mv88e6xxx_g1_atu_get_next(struct mv88e6xxx_chip *chip, u16 fid) argument
174 return mv88e6xxx_g1_atu_op(chip, fid, MV88E6XXX_G1_ATU_OP_GET_NEXT_DB);
177 static int mv88e6xxx_g1_atu_fid_read(struct mv88e6xxx_chip *chip, u16 *fid) argument
289 mv88e6xxx_g1_atu_getnext(struct mv88e6xxx_chip *chip, u16 fid, struct mv88e6xxx_atu_entry *entry) argument
316 mv88e6xxx_g1_atu_loadpurge(struct mv88e6xxx_chip *chip, u16 fid, struct mv88e6xxx_atu_entry *entry) argument
336 mv88e6xxx_g1_atu_flushmove(struct mv88e6xxx_chip *chip, u16 fid, struct mv88e6xxx_atu_entry *entry, bool all) argument
364 mv88e6xxx_g1_atu_flush(struct mv88e6xxx_chip *chip, u16 fid, bool all) argument
373 mv88e6xxx_g1_atu_move(struct mv88e6xxx_chip *chip, u16 fid, int from_port, int to_port, bool all) argument
393 mv88e6xxx_g1_atu_remove(struct mv88e6xxx_chip *chip, u16 fid, int port, bool all) argument
407 u16 val, fid; local
[all...]
H A Dtrace.h18 const unsigned char *addr, u16 fid),
20 TP_ARGS(dev, spid, portvec, addr, fid),
27 __field(u16, fid)
35 __entry->fid = fid;
38 TP_printk("dev %s spid %d portvec 0x%x addr %pM fid %u",
40 __entry->addr, __entry->fid)
45 const unsigned char *addr, u16 fid),
46 TP_ARGS(dev, spid, portvec, addr, fid));
50 const unsigned char *addr, u16 fid),
[all...]
H A Dglobal1_vtu.c30 entry->fid = val & MV88E6352_G1_VTU_FID_MASK;
38 u16 val = entry->fid & MV88E6352_G1_VTU_FID_MASK;
311 entry->fid = val & 0x000f;
312 entry->fid |= (val & 0x0f00) >> 4;
313 entry->fid &= mv88e6xxx_num_databases(chip) - 1;
396 * 9:8, but in those cases bits 7:6 of entry->fid are
399 op |= entry->fid & 0x000f;
400 op |= (entry->fid & 0x00f0) << 4;
/linux-master/drivers/acpi/
H A Dprocessor_perflib.c277 u32 hi, lo, fid, did; local
293 fid = lo & 0x3f;
296 px->core_frequency = (100 * (fid + 0x10)) >> did;
298 px->core_frequency = (100 * (fid + 8)) >> did;
/linux-master/tools/testing/selftests/nci/
H A Dnci_dev.c251 static int get_nci_devid(int sd, __u16 fid, __u32 pid, int dev_id, struct msgtemplate *msg) argument
255 rc = send_cmd_with_idx(sd, fid, pid, NFC_CMD_GET_DEVICE, dev_id);
305 __u16 fid; local
418 self->fid = get_family_id(self->sd, self->pid, &event_group);
419 ASSERT_NE(self->fid, -1);
431 rc = get_nci_devid(self->sd, self->fid, self->pid, self->dev_idex, &msg);
443 rc = send_cmd_with_idx(self->sd, self->fid, self->pid,
513 rc = send_cmd_with_idx(self->sd, self->fid, self->pid,
531 rc = get_nci_devid(self->sd, self->fid, self->pid, self->dev_idex,
581 int start_polling(int dev_idx, int proto, int virtual_fd, int sd, int fid, in argument
605 stop_polling(int dev_idx, int virtual_fd, int sd, int fid, int pid) argument
638 get_taginfo(int dev_idx, int sd, int fid, int pid) argument
719 connect_tag(int dev_idx, int virtual_fd, int sd, int fid, int pid) argument
[all...]

Completed in 296 milliseconds

1234567891011