Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 57) sorted by relevance

123

/fs/xfs/quota/
Dxfs_dquot.c89 xfs_dqid_t id, in xfs_qm_dqinit()
186 xfs_dqid_t id, in xfs_qm_dqinit_core()
378 xfs_dqid_t id, in xfs_qm_init_dquot_blk()
542 xfs_dqid_t id; in xfs_qm_dqtobp() local
663 xfs_dqid_t id, in xfs_qm_dqread()
729 xfs_dqid_t id, /* gid or uid, depending on type */ in xfs_qm_idtodq()
799 xfs_dqid_t id, in xfs_qm_dqlookup()
917 xfs_dqid_t id, /* uid/projid/gid depending on type */ in xfs_qm_dqget()
Dxfs_qm_syscalls.c86 int id, in xfs_qm_quotactl()
588 xfs_dqid_t id, in xfs_qm_scall_setqlim()
748 xfs_dqid_t id, in xfs_qm_scall_getquota()
1139 #define DQTEST_HASHVAL(mp, id) (((__psunsigned_t)(mp) + \ argument
1143 #define DQTEST_HASH(mp, id, type) ((type & XFS_DQ_USER) ? \ argument
1283 xfs_dqid_t id, in xfs_qm_internalqcheck_dqget()
Dxfs_quota_priv.h77 #define XFS_DQ_HASHVAL(mp, id) (((__psunsigned_t)(mp) + \ argument
80 #define XFS_DQ_HASH(mp, id, type) (type == XFS_DQ_USER ? \ argument
/fs/
Dquota.c23 static int generic_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) in generic_quotactl_valid()
95 static int xqm_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) in xqm_quotactl_valid()
145 static int check_quotactl_valid(struct super_block *sb, int type, int cmd, qid_t id) in check_quotactl_valid()
230 static int do_quotactl(struct super_block *sb, int type, int cmd, qid_t id, void __user *addr) in do_quotactl()
375 qid_t, id, void __user *, addr) in SYSCALL_DEFINE4() argument
438 qid_t id, void __user *addr) in sys32_quotactl()
Dbinfmt_flat.c303 int id; in calc_reloc() local
414 struct lib_info *libinfo, int id, unsigned long *extra_stack) in load_flat_file()
799 static int load_flat_shared_library(int id, struct lib_info *libs) in load_flat_shared_library()
Ddquot.c163 static struct quota_format_type *find_quota_format(int id) in find_quota_format()
220 hashfn(const struct super_block *sb, unsigned int id, int type) in hashfn()
242 …e struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, unsigned int id, int type) in find_dquot()
711 struct dquot *dqget(struct super_block *sb, unsigned int id, int type) in dqget()
1207 unsigned int id = 0; in dquot_initialize() local
2070 int vfs_get_dqblk(struct super_block *sb, int type, qid_t id, struct if_dqblk *di) in vfs_get_dqblk()
2158 int vfs_set_dqblk(struct super_block *sb, int type, qid_t id, struct if_dqblk *di) in vfs_set_dqblk()
Dposix_acl.c76 unsigned int id = 0; /* keep gcc happy */ in posix_acl_valid() local
/fs/nfs/
Didmap.c174 idmap_id_hash(struct idmap_hashtable* h, __u32 id) in idmap_id_hash()
180 idmap_lookup_id(struct idmap_hashtable *h, __u32 id) in idmap_lookup_id()
202 idmap_alloc_id(struct idmap_hashtable *h, __u32 id) in idmap_alloc_id()
209 size_t namelen, __u32 id) in idmap_update_entry()
223 const char *name, size_t namelen, __u32 *id) in nfs_idmap_id()
297 __u32 id, char *name) in nfs_idmap_name()
/fs/nfsd/
Dnfs4idmap.c71 uid_t id; member
605 uid_t *id) in idmap_name_to_id()
628 idmap_id_to_name(struct svc_rqst *rqstp, int type, uid_t id, char *name) in idmap_id_to_name()
651 __u32 *id) in nfsd_map_name_to_uid()
658 __u32 *id) in nfsd_map_name_to_gid()
664 nfsd_map_uid_to_name(struct svc_rqst *rqstp, __u32 id, char *name) in nfsd_map_uid_to_name()
670 nfsd_map_gid_to_name(struct svc_rqst *rqstp, __u32 id, char *name) in nfsd_map_gid_to_name()
/fs/notify/dnotify/
Ddnotify.c40 void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush()
69 fl_owner_t id = current->files; in fcntl_dirnotify() local
/fs/squashfs/
Did.c48 unsigned int *id) in squashfs_get_id()
/fs/partitions/
Datari.h17 char id[3]; /* "GEM", "BGM", "XGM", or other */ member
Dmsdos.c402 unsigned char id; member
513 unsigned char id = SYS_IND(p); in msdos_partition() local
Dsun.c27 __be16 id; in sun_partition() member
/fs/adfs/
Ddir_fplus.c23 adfs_fplus_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) in adfs_fplus_read()
/fs/gfs2/
Dquota.c93 static int qd_alloc(struct gfs2_sbd *sdp, int user, u32 id, in qd_alloc()
128 static int qd_get(struct gfs2_sbd *sdp, int user, u32 id, int create, in qd_get()
422 static int qdsb_get(struct gfs2_sbd *sdp, int user, u32 id, int create, in qdsb_get()
1074 int gfs2_quota_refresh(struct gfs2_sbd *sdp, int user, u32 id) in gfs2_quota_refresh()
Dsys.c126 u32 id; in quota_refresh_user_store() local
140 u32 id; in quota_refresh_group_store() local
/fs/affs/
Dinode.c28 u16 id; in affs_iget() local
/fs/hfsplus/
Dbtree.c20 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id) in hfs_btree_open()
/fs/xfs/linux-2.6/
Dxfs_super.c1153 __uint64_t fakeinos, id; in xfs_fs_statfs() local
1334 qid_t id, in xfs_fs_getxquota()
1347 qid_t id, in xfs_fs_setxquota()
Dxfs_buf.c59 char *id, in xfs_buf_trace()
77 #define XB_TRACE(bp, id, data) \ argument
80 #define XB_TRACE(bp, id, data) do { } while (0) argument
/fs/hfs/
Dbtree.c17 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id, btree_keycmp keycmp) in hfs_btree_open()
/fs/hpfs/
Dmap.c17 struct quad_buffer_head *qbh, char *id) in hpfs_map_bitmap()
/fs/xfs/
Dxfs_buf_item.h86 #define xfs_buf_item_trace(id, bip) argument
/fs/bfs/
Dinode.c230 u64 id = huge_encode_dev(s->s_bdev->bd_dev); in bfs_statfs() local

123