Searched refs:dqi_syncms (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota.h49 unsigned int dqi_syncms; /* How often should we sync with other nodes */ member in struct:ocfs2_mem_dqinfo
H A Dquota_global.c394 oinfo->dqi_syncms = le32_to_cpu(dinfo.dqi_syncms);
404 msecs_to_jiffies(oinfo->dqi_syncms));
429 dinfo.dqi_syncms = cpu_to_le32(oinfo->dqi_syncms);
639 msecs_to_jiffies(oinfo->dqi_syncms));
H A Ddlmglue.c3826 lvb->lvb_syncms = cpu_to_be32(oinfo->dqi_syncms);
3860 oinfo->dqi_syncms = be32_to_cpu(lvb->lvb_syncms);
3876 oinfo->dqi_syncms = le32_to_cpu(gdinfo->dqi_syncms);
H A Docfs2_fs.h1147 __le32 dqi_syncms; /* Time after which we sync local changes to member in struct:ocfs2_global_disk_dqinfo

Completed in 67 milliseconds