Searched refs:code (Results 1 - 12 of 12) sorted by relevance

/fs/xfs/
H A Dxfs_ioctl.c1036 int code; local
1061 code = xfs_qm_vop_dqalloc(ip, ip->i_d.di_uid,
1064 if (code)
1065 return code;
1073 code = xfs_trans_reserve(tp, &M_RES(mp)->tr_ichange, 0, 0);
1074 if (code)
1088 code = -EPERM;
1099 code = -EINVAL;
1107 code = xfs_qm_vop_chown_reserve(tp, ip, udqp, NULL,
1110 if (code) /* ou
[all...]
H A Dxfs_inode.c82 * centralize some grungy code. They are used in places that wish to lock the
660 * Call the space management code to pick
860 int code; local
882 code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid, okalloc,
890 if (code) {
892 return code;
938 code = xfs_trans_commit(tp, 0);
948 if (code) {
956 return code;
965 code
[all...]
/fs/ocfs2/dlm/
H A Ddlmdomain.c826 .code = JOIN_DISALLOW,
846 packet.code = JOIN_DISALLOW;
850 packet.code = JOIN_OK_NO_MAP;
869 packet.code = JOIN_DISALLOW;
889 packet.code = JOIN_OK_NO_MAP;
892 packet.code = JOIN_DISALLOW;
896 packet.code = JOIN_DISALLOW;
900 packet.code = JOIN_DISALLOW;
905 packet.code = JOIN_DISALLOW;
916 packet.code
[all...]
H A Ddlmcommon.h672 u8 code; /* Response code. dlm_minor and fs_minor member in struct:dlm_query_join_packet
/fs/reiserfs/
H A Dsuper.c1143 /* From JFS code, to auto-get the size. */
1736 __u32 code; local
1738 code = sb_hash_function_code(SB_DISK_SUPER_BLOCK(s));
1745 if (code == UNSET_HASH || reiserfs_hash_detect(s))
1746 code = find_hash_out(s);
1748 if (code != UNSET_HASH && reiserfs_hash_detect(s)) {
1753 if (reiserfs_rupasov_hash(s) && code != YURA_HASH) {
1757 reiserfs_hashname(code));
1758 code = UNSET_HASH;
1759 } else if (reiserfs_tea_hash(s) && code !
1793 set_sb_hash_function_code(SB_DISK_SUPER_BLOCK(s), code); local
[all...]
H A Dprints.c514 char *reiserfs_hashname(int code) argument
516 if (code == YURA_HASH)
518 if (code == TEA_HASH)
520 if (code == R5_HASH)
H A Dreiserfs.h665 * option is not required. If the normal autodection code can't
684 * users in any code shipped to users (ideally)
887 * FIXME: do not change 4 by anything else: there is code which relies on that
1109 * platform, or code will break. -Hans
1118 /* reiserfs internal error code (used by search_by_key and fix_nodes)) */
1859 * items. This makes, among other things, the code for removing
2117 * Paths make the code so much harder to work with and debug.... An
2119 * code that uses them just makes my head hurt. They are based on an
2120 * excessive effort to avoid disturbing the precious VFS code.:-( The
2121 * gods only know how we are going to SMP the code tha
[all...]
/fs/
H A DKconfig48 # this symbol for ifdefs in core code.
179 This option alone does not add any kernel code.
224 filesystem-related networking code, such as NFS daemon and
227 This option alone does not add any kernel code.
/fs/ecryptfs/
H A Dcrypto.c981 * @key_bytes: Length of key in bytes; used for AES code selection
983 * Returns zero on no match, or the cipher code on match
988 u8 code = 0; local
995 code = RFC2440_CIPHER_AES_128;
998 code = RFC2440_CIPHER_AES_192;
1001 code = RFC2440_CIPHER_AES_256;
1006 code = map[i].cipher_code;
1010 return code;
1016 * @cipher_code: The code to convert to cipher name string
1030 ecryptfs_printk(KERN_WARNING, "Cipher code no
[all...]
/fs/cifs/
H A Dsmb2pdu.c274 * SMB information in the SMB header. If the return code is zero, this
660 /* BB add code to build os and lm fields */
690 * BB eventually add code for SPNEGO decoding of NtlmChallenge blob,
783 static inline void cifs_stats_fail_inc(struct cifs_tcon *tcon, uint16_t code) argument
785 cifs_stats_inc(&tcon->stats.smb2_stats.smb2_com_failed[code]);
/fs/fuse/
H A Ddev.c1346 * code can Oops if the buffer persists after module unload.
1725 static int fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code, argument
1728 switch (code) {
1815 * and error contains notification code.
/fs/nls/
H A DKconfig15 To compile this code as a module, choose M here: the module

Completed in 1418 milliseconds